Пример #1
0
 public List <StaffMaster> GetEmployeeListByOfficeandDepartment(int DepartmentID, int OfficeID)
 {
     return(StaffMasterIntegration.GetCompanyEmployeeListByOfficeandDepartment(DepartmentID, OfficeID));
 }