public System.Threading.Tasks.Task <HumanResources.ServiceReference1.Employee[]> GetAllEmployeesPerComapnyAsync(HumanResources.ServiceReference1.Company company) { return(base.Channel.GetAllEmployeesPerComapnyAsync(company)); }
public System.Threading.Tasks.Task <bool> DeleteCompanyAsync(HumanResources.ServiceReference1.Company company) { return(base.Channel.DeleteCompanyAsync(company)); }
public HumanResources.ServiceReference1.Employee[] GetAllEmployeesPerComapny(HumanResources.ServiceReference1.Company company) { return(base.Channel.GetAllEmployeesPerComapny(company)); }
public bool DeleteCompany(HumanResources.ServiceReference1.Company company) { return(base.Channel.DeleteCompany(company)); }