コード例 #1
0
 public bool IsAdmin()
 {
     return(CurrentRole.In(RoleType.Administrator, RoleType.SuperAdmin));
 }