Beispiel #1
0
 public bool Exists(string name)
 {
     return(PermissionMemorySet.Exists(name));
 }
Beispiel #2
0
 public bool Exists(Guid id)
 {
     return(PermissionMemorySet.Exists(id));
 }