public ContractInvoiceModule() { unitOfWork = new UnitOfWork(); ContractInvoice = new FluentContractInvoice(unitOfWork); Contract = new FluentContract(unitOfWork); Invoice = new FluentInvoice(unitOfWork); }
public ServiceInformationInvoiceModule() { unitOfWork = new UnitOfWork(); ServiceInformationInvoice = new FluentServiceInformationInvoice(unitOfWork); Invoice = new FluentInvoice(unitOfWork); ServiceInformation = new FluentServiceInformation(unitOfWork); }
public SupplierInvoiceModule() { unitOfWork = new UnitOfWork(); SupplierInvoice = new FluentSupplierInvoice(unitOfWork); Supplier = new FluentSupplier(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); PurchaseOrder = new FluentPurchaseOrder(unitOfWork); Invoice = new FluentInvoice(unitOfWork); }
public SupplierInvoiceDetailModule() { unitOfWork = new UnitOfWork(); SupplierInvoiceDetail = new FluentSupplierInvoiceDetail(unitOfWork); Invoice = new FluentInvoice(unitOfWork); InvoiceDetail = new FluentInvoiceDetail(unitOfWork); SupplierInvoice = new FluentSupplierInvoice(unitOfWork); ItemMaster = new FluentItemMaster(unitOfWork); }
public SupplierLedgerModule() { unitOfWork = new UnitOfWork(); SupplierLedger = new FluentSupplierLedger(unitOfWork); Supplier = new FluentSupplier(unitOfWork); Invoice = new FluentInvoice(unitOfWork); GeneralLedger = new FluentGeneralLedger(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); AccountPayable = new FluentAccountPayable(unitOfWork); }
public AccountPayableDetailModule() { unitOfWork = new UnitOfWork(); AccountPayableDetail = new FluentAccountPayableDetail(unitOfWork); Invoice = new FluentInvoice(unitOfWork); InvoiceDetail = new FluentInvoiceDetail(unitOfWork); PurchaseOrderDetail = new FluentPurchaseOrderDetail(unitOfWork); PurchaseOrder = new FluentPurchaseOrder(unitOfWork); AccountPayable = new FluentAccountPayable(unitOfWork); }
public InvoiceDetailModule() { unitOfWork = new UnitOfWork(); InvoiceDetail = new FluentInvoiceDetail(unitOfWork); ItemMaster = new FluentItemMaster(unitOfWork); Invoice = new FluentInvoice(unitOfWork); PurchaseOrder = new FluentPurchaseOrder(unitOfWork); Supplier = new FluentSupplier(unitOfWork); Customer = new FluentCustomer(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); }
public CustomerLedgerModule() { unitOfWork = new UnitOfWork(); CustomerLedger = new FluentCustomerLedger(unitOfWork); Customer = new FluentCustomer(unitOfWork); Invoice = new FluentInvoice(unitOfWork); AccountReceivable = new FluentAccountReceivable(unitOfWork); GeneralLedger = new FluentGeneralLedger(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); ChartOfAccount = new FluentChartOfAccount(unitOfWork); }
public AccountReceivableDetailModule() { unitOfWork = new UnitOfWork(); AccountReceivableDetail = new FluentAccountReceivableDetail(unitOfWork); AccountReceivable = new FluentAccountReceivable(unitOfWork); Udc = new FluentUdc(unitOfWork); ChartOfAccount = new FluentChartOfAccount(unitOfWork); Invoice = new FluentInvoice(unitOfWork); Customer = new FluentCustomer(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); PurchaseOrder = new FluentPurchaseOrder(unitOfWork); InvoiceDetail = new FluentInvoiceDetail(unitOfWork); PurchaseOrderDetail = new FluentPurchaseOrderDetail(unitOfWork); ItemMaster = new FluentItemMaster(unitOfWork); }
public CustomerModule() { unitOfWork = new UnitOfWork(); Customer = new FluentCustomer(unitOfWork); CustomerLedger = new FluentCustomerLedger(unitOfWork); AccountsReceivable = new FluentAccountReceivable(unitOfWork); CustomerClaim = new FluentCustomerClaim(unitOfWork); Contract = new FluentContract(unitOfWork); Email = new FluentEmail(unitOfWork); Phone = new FluentPhone(unitOfWork); LocationAddress = new FluentLocationAddress(unitOfWork); ScheduleEvent = new FluentScheduleEvent(unitOfWork); Invoice = new FluentInvoice(unitOfWork); AddressBook = new FluentAddressBook(unitOfWork); }
public AccountPayableModule() { unitOfWork = new UnitOfWork(); AccountPayable = new FluentAccountPayable(unitOfWork); Supplier = new FluentSupplier(unitOfWork); PackingSlip = new FluentPackingSlip(unitOfWork); PackingSlipDetail = new FluentPackingSlipDetail(unitOfWork); PurchaseOrder = new FluentPurchaseOrder(unitOfWork); PurchaseOrderDetail = new FluentPurchaseOrderDetail(unitOfWork); SupplierLedger = new FluentSupplierLedger(unitOfWork); SupplierInvoice = new FluentSupplierInvoice(unitOfWork); SupplierInvoiceDetail = new FluentSupplierInvoiceDetail(unitOfWork); GeneralLedger = new FluentGeneralLedger(unitOfWork); applicationViewFactory = new ApplicationViewFactory(); AddressBook = new FluentAddressBook(unitOfWork); Customer = new FluentCustomer(unitOfWork); ChartOfAccount = new FluentChartOfAccount(unitOfWork); Inventory = new FluentInventory(unitOfWork); Invoice = new FluentInvoice(unitOfWork); }