public PayRollLedgerModule() { unitOfWork = new UnitOfWork(); PayRollLedger = new FluentPayRollLedger(unitOfWork); PayRollPaySequence = new FluentPayRollPaySequence(unitOfWork); PayRollTransactionsByEmployee = new FluentPayRollTransactionsByEmployee(unitOfWork); PayRollCurrentPaySequence = new FluentPayRollCurrentPaySequence(unitOfWork); }
public PayRollPaySequenceModule() { unitOfWork = new UnitOfWork(); PayRollPaySequence = new FluentPayRollPaySequence(unitOfWork); }