public JobPhaseModule() { unitOfWork = new UnitOfWork(); JobPhase = new FluentJobPhase(unitOfWork); JobMaster = new FluentJobMaster(unitOfWork); Contract = new FluentContract(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); }