Beispiel #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);
 }
Beispiel #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);            
 }