Add a DB init service when there is not database.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Business.Interface
|
||||
{
|
||||
public interface IInitDbService
|
||||
{
|
||||
public void GenerateDb();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user