Пример #1
0
 public JobPhaseModule()
 {
     unitOfWork  = new UnitOfWork();
     JobPhase    = new FluentJobPhase(unitOfWork);
     JobMaster   = new FluentJobMaster(unitOfWork);
     Contract    = new FluentContract(unitOfWork);
     JobCostType = new FluentJobCostType(unitOfWork);
 }
Пример #2
0
 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);
 }