Example #1
0
 public DataTable GetUserList(string[] roleIDs)
 {
     return(da.GetUserList(roleIDs));
 }