public RetirementFundController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _officeService            = new OfficeServices();
        }
Пример #2
0
 public PayrollAllowanceController()
 {
     _officeTypeServices            = new OfficeServices();
     _unitOfWork                    = new UnitOfWork();
     _moduleService                 = new ModuleService();
     _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();
     _departmentServices            = new DepartmentService();
     _PayrollArrearService          = new PayrollArrearService();
     _EmployeeService               = new EmployeeService();
     _PayrollReportService          = new PayrollReportService();
 }
Пример #3
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();
 }
        public OverallPayrollSheetController()
        {
            _moduleService = new ModuleService();
            _PayrollAllowanceMasterService = new PayrollAllowanceMasterService();

            _PayrollGenerationService = new PayrollGenerationService();
            _departmentServices       = new DepartmentService();
            _EmployeeService          = new EmployeeService();
            _PayrollReportService     = new PayrollReportService();
            _fiscalService            = new FiscalService();
            _officeService            = new OfficeServices();
            _unitofwork = new UnitOfWork();
        }
Пример #5
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();
 }