Example #1
0
 public static DataTable GetClientUser(string deptId)
 {
     return(OperationDal.GetClientUser(deptId));
 }