public PayrollTaxSetupController()
 {
     _moduleService            = new ModuleService();
     _PayrollGenerationService = new PayrollGenerationService();
     _TaxSetupService          = new TaxSetupService();
     _TaxDetailService         = new TaxDetailService();
 }
Exemple #2
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();
 }
 static TaxHelper()
 {
     service = IoC.Resolve<ITaxService>("TaxService");
     detailService = IoC.Resolve<ITaxDetailService>("TaxDetailService");
 }
 static TaxHelper()
 {
     service       = IoC.Resolve <ITaxService>("TaxService");
     detailService = IoC.Resolve <ITaxDetailService>("TaxDetailService");
 }