Пример #1
0
 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);
 }
Пример #2
0
 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);            
 }
Пример #3
0
        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);
        }
Пример #4
0
        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);
        }