Exemplo n.º 1
0
 public List <StaffMaster> GetEmployeesAllByCompany(int CompanyID = -1)
 {
     return(StaffMasterIntegration.GetEmployeesAllByCompany(CompanyID));
 }