This commit is contained in:
parent
9031163ee8
commit
6882444548
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user