Ejemplo n.º 1
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);
        }
Ejemplo n.º 2
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);
        }