doc(Project Data) Document on using data in project

This commit is contained in:
2022-04-11 11:59:02 -04:00
parent 7cd289f98a
commit 4285c0e1ed
6 changed files with 51 additions and 69 deletions
-4
View File
@@ -88,11 +88,7 @@ public interface IAgileService {
public void Unsubscribe(Action? action);
public void Update();
#if NO_SQL
public Task Load();
#else
public Task Load(DatabaseContext database);
#endif
public bool IsLoaded();
}