refactor(all): Удалены из БД таблицы V1

This commit is contained in:
Mikhail Trubnikov
2023-10-18 09:40:13 +10:00
parent d720b70c4c
commit 0c688f7089
52 changed files with 2813 additions and 1980 deletions

View File

@@ -2,7 +2,6 @@
{
public interface ISyncher
{
Task InvokeAsync();
Task InvokeFromDatabase();
}
}