コード例 #1
0
 public ServiceInformationInvoiceModule()
 {
     unitOfWork = new UnitOfWork();
     ServiceInformationInvoice = new FluentServiceInformationInvoice(unitOfWork);
     Invoice            = new FluentInvoice(unitOfWork);
     ServiceInformation = new FluentServiceInformation(unitOfWork);
 }
コード例 #2
0
ファイル: ScheduleEventModule.cs プロジェクト: waqarhabib/ERP
 public ScheduleEventModule()
 {
     unitOfWork         = new UnitOfWork();
     ScheduleEvent      = new FluentScheduleEvent(unitOfWork);
     Employee           = new FluentEmployee(unitOfWork);
     AddressBook        = new FluentAddressBook(unitOfWork);
     Customer           = new FluentCustomer(unitOfWork);
     ServiceInformation = new FluentServiceInformation(unitOfWork);
 }