This commit is contained in:
Userok 2024-11-02 12:09:33 +03:00
parent 9031163ee8
commit 6882444548

View File

@ -109,6 +109,11 @@ namespace Zurnal.Data.Repository
throw new NotImplementedException();
}
internal UserUseCase.UserLocalEntity? UpdateUser(UserUseCase.UserLocalEntity userLocalEntity)
{
throw new NotImplementedException();
}
public List<GroupLocalEntity> AllGroup => throw new NotImplementedException();
List<GroupDao> IGroupRepository.AllGroup => throw new NotImplementedException();