Exemplo n.º 1
0
 public PayrollMonthController()
 {
     _moduleService = new ModuleService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _fiscalService = new FiscalService();
     _iunitofwork   = new UnitOfWork();
 }
Exemplo n.º 2
0
 public PayrollGenerateController()
 {
     _moduleService = new ModuleService();
     _PayrollAllowanceMasterService  = new PayrollAllowanceMasterService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _PayrollGenerationService       = new PayrollGenerationService();
     _departmentServices             = new DepartmentService();
     _EmployeeService      = new EmployeeService();
     _PayrollReportService = new PayrollReportService();
     _fiscalService        = new FiscalService();
     _officeService        = new OfficeServices();
 }
Exemplo n.º 3
0
 public PayrollController()
 {
     _moduleService = new ModuleService();
     _PayrollAllowanceMasterService  = new PayrollAllowanceMasterService();
     _PayrollMonthDescriptionService = new PayrollMonthDescriptionService();
     _PayrollGenerationService       = new PayrollGenerationService();
     _departmentServices             = new DepartmentService();
     _TaxSetupService      = new TaxSetupService();
     _TaxDetailService     = new TaxDetailService();
     _PayrollArrearService = new PayrollArrearService();
     _EmployeeService      = new EmployeeService();
     _PayrollReportService = new PayrollReportService();
 }