public SalaryProcessDServices()
 {
     _salaryrepo          = new SalaryProcessRepository();
     _CodeRep             = new CodeGenRepository();
     _OTPayrollRepository = new OTPayrollRepository();
     _empservice          = new EmployeeMgmtRepository();
 }
Example #2
0
 public TSDpayrollService()
 {
     _TSDPayrollRepo      = new TSDpayrollRepository();
     _CodeRep             = new CodeGenRepository();
     _OTPayrollRepository = new OTPayrollRepository();
 }
 public salaryProcessPaymentService()
 {
     _slpay               = new SalaryProcessPaymentRepository();
     _CodeRep             = new CodeGenRepository();
     _OTPayrollRepository = new OTPayrollRepository();
 }
 public OTPayrollService()
 {
     _OTPayrollRepository = new OTPayrollRepository();
 }