Beispiel #1
0
 public async Task <ActionResult <AccountingGroupAuthorizedUser> > GetAuthorizedUser(Guid id, Guid userId) =>
 Single(await _accountingGroupsService.GetAuthorizedUser(id, userId));
Beispiel #2
0
 public async Task <IUserAuthorizationLevel> LoadUserAuthorizationLevel(Guid userId, Guid accountingGroupId)
 {
     return(await _accountingGroupsService.GetAuthorizedUser(accountingGroupId, userId));
 }