This commit is contained in:
2025-09-22 15:10:24 +02:00
parent ce56e9e57d
commit 31db52d0d7
3 changed files with 7 additions and 7 deletions

View File

@@ -29,11 +29,6 @@ public class ManageDataService : IManageDataService
throw new NotImplementedException();
}
public Task<List<ContactDTO>> GetContact(WhereCondContact whereCond)
{
throw new NotImplementedException();
}
public Task<ContactDTO?> GetSpecificContact(string codAnag, bool IsContact)
{
throw new NotImplementedException();
@@ -74,6 +69,11 @@ public class ManageDataService : IManageDataService
throw new NotImplementedException();
}
public Task<List<ActivityDTO>> MapActivity(List<StbActivity>? activities)
{
throw new NotImplementedException();
}
public Task ClearDb()
{
throw new NotImplementedException();