Auto clean code

This commit is contained in:
Sébastien André
2021-04-22 23:31:08 +02:00
parent 1c66efa4e8
commit 0d136a938a
29 changed files with 325 additions and 227 deletions

View File

@@ -2,6 +2,10 @@
{
public interface IInitDbService
{
#region Public Methods
public void GenerateDb();
#endregion Public Methods
}
}
}