示例#1
0
 private bool IsExistSysRoleInfoByRoleNameAndCompanyAndDepartmentid(string StrRoleName, string CompanyID,string StrDepartmentid)
 {
     using (SysRoleBLL RoleBll = new SysRoleBLL())
     {
         return RoleBll.GetExistRoleInfoByRoleNameAndComapnyIDAndDepartmentid(StrRoleName, CompanyID,StrDepartmentid);
     }
 }