コード例 #1
0
 private bool IsExistSysRoleInfo(string StrRoleName)
 {
     using (SysRoleBLL RoleBll = new SysRoleBLL())
     {
         return RoleBll.GetExistRoleInfoByRoleName(StrRoleName);
     }
 }