Removing pointless WebsiteService.cs

This commit is contained in:
Jonathan
2025-06-22 22:46:45 -04:00
parent cf3f6e647b
commit 9e9b25ae6f
5 changed files with 3 additions and 103 deletions
-14
View File
@@ -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
{