예제 #1
0
 public List <SysUser> UnSelectedUser(string role)
 {
     return(SysRoleService.GetUnSelectedUser(role));
 }