public JobCostLedgerModule() { unitOfWork = new UnitOfWork(); JobCostLedger = new FluentJobCostLedger(unitOfWork); Contract = new FluentContract(unitOfWork); JobMaster = new FluentJobMaster(unitOfWork); JobPhase = new FluentJobPhase(unitOfWork); JobCostType = new FluentJobCostType(unitOfWork); }
public JobMasterModule() { unitOfWork = new UnitOfWork(); JobMaster = new FluentJobMaster(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); Customer = new FluentCustomer(unitOfWork); Contract = new FluentContract(unitOfWork); JobPhase = new FluentJobPhase(unitOfWork); JobCostType = new FluentJobCostType(unitOfWork); }