コード例 #1
0
 public bool Exists(string name)
 {
     return(PermissionMemorySet.Exists(name));
 }
コード例 #2
0
 public bool Exists(Guid id)
 {
     return(PermissionMemorySet.Exists(id));
 }