コード例 #1
0
ファイル: PayRollLedgerModule.cs プロジェクト: waqarhabib/ERP
 public PayRollLedgerModule()
 {
     unitOfWork                    = new UnitOfWork();
     PayRollLedger                 = new FluentPayRollLedger(unitOfWork);
     PayRollPaySequence            = new FluentPayRollPaySequence(unitOfWork);
     PayRollTransactionsByEmployee = new FluentPayRollTransactionsByEmployee(unitOfWork);
     PayRollCurrentPaySequence     = new FluentPayRollCurrentPaySequence(unitOfWork);
 }
コード例 #2
0
 public PayRollPaySequenceModule()
 {
     unitOfWork         = new UnitOfWork();
     PayRollPaySequence = new FluentPayRollPaySequence(unitOfWork);
 }