Beispiel #1
0
 public bool CanAuthenticate()
 {
     return(IsGlobalAdmin || OrganizationRights.Any());
 }