private void Connect() { WorkLocations = new WorkLocationsEndpoint(Client); PayStubs = new PayStubsEndpoint(Client); PaySchedules = new PaySchedulesEndpoint(Client); Employees = new EmployeesEndpoint(Client); PayRuns = new PayRunsEndpoint(Client); Settings = new SettingsEndpoint(Client); Timesheets = new TimesheetsEndpoint(Client); }
private void Connect() { LeaveApplications = new LeaveApplicationsEndpoint(Client); SuperFundProducts = new SuperFundProductsEndpoint(Client); SuperFunds = new SuperFundsEndpoint(Client); Payslips = new PayslipsEndpoint(Client); Employees = new EmployeesEndpoint(Client); PayRuns = new PayRunsEndpoint(Client); Timesheets = new TimesheetsEndpoint(Client); PayItems = new PayItemsEndpoint(Client); PayrollCalendars = new PayrollCalendarsEndpoint(Client); Settings = new SettingsEndpoint(Client); }