open source update. Fixed Database filters, added docs page
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
using Contexts;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
#endif
|
||||
using Model.Documentation;
|
||||
using Model.Immortal.BuildOrders;
|
||||
using Model.Immortal.Economy;
|
||||
using Model.Immortal.Entity;
|
||||
@@ -92,6 +93,16 @@ public interface INoteService {
|
||||
public bool IsLoaded();
|
||||
}
|
||||
|
||||
public interface IDocumentationService {
|
||||
public List<DocumentationModel> DocumentationModels { get; set; }
|
||||
public void Subscribe(Action action);
|
||||
public void Unsubscribe(Action action);
|
||||
public void Update();
|
||||
public Task Load();
|
||||
public bool IsLoaded();
|
||||
}
|
||||
|
||||
|
||||
public interface IGitService {
|
||||
|
||||
#if NO_SQL
|
||||
|
||||
Reference in New Issue
Block a user