Exemplo n.º 1
0
 public HRController(IAdminService adminService, IUserService userService,
                     ICompanySetupServices companySetupServices, IDisciplineService disciplineService)
 {
     this.adminService         = adminService;
     this.userService          = userService;
     this.companySetupServices = companySetupServices;
     this.disciplineService    = disciplineService;
 }
Exemplo n.º 2
0
 public EmployeeDeductionController(ICompanySetupServices companySetupServices)
 {
     this.companySetupServices = companySetupServices;
 }
Exemplo n.º 3
0
 public CalendarController(ICompanySetupServices companySetupService)
 {
     this.companySetupService = companySetupService;
 }
Exemplo n.º 4
0
 public OverTimesheetController(ICompanySetupServices companySetupServices)
 {
     this.companySetupServices = companySetupServices;
 }