Beispiel #1
0
 public bool RoleExists(string roleName)
 {
     return(MemoryStorage.RoleExists(roleName));
 }