Example #1
0
 public List <User> GetUserWithBuRole(string bu, int role, string department)
 {
     return(UserDa.GetUserWithBuRole(bu, role, department));
 }