예제 #1
0
 public List <UserModel> SearchUsers(UserModel search, string loggedInUserRoleId, string userId)
 {
     return(dal.SearchUsers(search));
 }