feat(IGroupUserService): Read-By-Group-Id-Schnittstelle hinzugefügt
This commit is contained in:
parent
24726fc850
commit
ae14f5842e
@ -16,5 +16,7 @@ namespace DigitalData.UserManager.Infrastructure.Contracts
|
||||
Task<IEnumerable<GroupOfUser>> ReadAllAsyncWithGroupAndUser();
|
||||
|
||||
Task<IEnumerable<GroupOfUser>> ReadByUsernameAsync(string username);
|
||||
|
||||
Task<IEnumerable<GroupOfUser>> ReadByUserIdAsync(int userId);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user