Completato form attività e filtri

This commit is contained in:
2025-06-16 11:58:49 +02:00
parent 0032648e76
commit 7ca4de628b
44 changed files with 1241 additions and 924 deletions

View File

@@ -23,4 +23,9 @@ public class SyncDbService : ISyncDbService
{
throw new NotImplementedException();
}
public Task GetAndSaveSettings(string? dateFilter = null)
{
throw new NotImplementedException();
}
}