Exemplo n.º 1
0
 private async Task <bool> CanManage(int id)
 {
     return(_profile.IsPrivileged || await _store.CanManage(id, _profile.Id));
 }