コード例 #1
0
 public object GetAllApplicationUserList(string roleName)
 {
     return(usersRepo.GetAllApplicationUserList(roleName));
 }