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