Пример #1
0
 public List <StaffMaster> GetReportingEmployeesEmailAllByEmployee(int EmployeeID)
 {
     return(StaffMasterIntegration.GetReportingEmployeesEmailAllByEmployee(EmployeeID));
 }