示例#1
0
 public bool BatchAddUserRole(List<T_SYS_USERROLE> RoleObj, ref string IsResult)
 {
     using (SysUserRoleBLL UserRoleBll = new SysUserRoleBLL())
     {
         return UserRoleBll.BatchAddUserRoleInfoByUserRoleList(RoleObj, ref IsResult);
     }
 }