Removing pointless WebsiteService.cs
This commit is contained in:
@@ -121,20 +121,6 @@ public interface IEntityDialogService
|
||||
public bool HasHistory();
|
||||
}
|
||||
|
||||
public interface IWebsiteService
|
||||
{
|
||||
public List<WebPageModel> WebPageModels { get; set; }
|
||||
public List<WebSectionModel> WebSectionModels { get; set; }
|
||||
|
||||
public void Subscribe(Action action);
|
||||
public void Unsubscribe(Action action);
|
||||
public void Update();
|
||||
|
||||
|
||||
public Task Load();
|
||||
|
||||
public bool IsLoaded();
|
||||
}
|
||||
|
||||
public interface INoteService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user