Exemplo n.º 1
0
 public SupervisorModule()
 {
     unitOfWork  = new UnitOfWork();
     Supervisor  = new FluentSupervisor(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
     Udc         = new FluentUdc(unitOfWork);
 }
Exemplo n.º 2
0
 public LocationAddressModule()
 {
     unitOfWork      = new UnitOfWork();
     LocationAddress = new FluentLocationAddress(unitOfWork);
     AddressBook     = new FluentAddressBook(unitOfWork);
     Udc             = new FluentUdc(unitOfWork);
 }
Exemplo n.º 3
0
 public CarrierModule()
 {
     unitOfWork  = new UnitOfWork();
     Carrier     = new FluentCarrier(unitOfWork);
     Udc         = new FluentUdc(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
 }
Exemplo n.º 4
0
 public AccountReceivableFeeModule()
 {
     unitOfWork           = new UnitOfWork();
     AccountReceivableFee = new FluentAccountReceivableFee(unitOfWork);
     Customer             = new FluentCustomer(unitOfWork);
     AddressBook          = new FluentAddressBook(unitOfWork);
     AccountReceivable    = new FluentAccountReceivable(unitOfWork);
 }
Exemplo n.º 5
0
 public ContractModule()
 {
     unitOfWork  = new UnitOfWork();
     Contract    = new FluentContract(unitOfWork);
     Customer    = new FluentCustomer(unitOfWork);
     Udc         = new FluentUdc(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
 }
Exemplo n.º 6
0
 public ProjectManagementWorkOrderToEmployeeModule()
 {
     unitOfWork = new UnitOfWork();
     ProjectManagementWorkOrderToEmployee = new FluentProjectManagementWorkOrderToEmployee(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
     Employee    = new FluentEmployee(unitOfWork);
     WorkOrder   = new FluentProjectManagementWorkOrder(unitOfWork);
 }
Exemplo n.º 7
0
 public InventorySupplierModule()
 {
     unitOfWork      = new UnitOfWork();
     AddressBook     = new FluentAddressBook(unitOfWork);
     LocationAddress = new FluentLocationAddress(unitOfWork);
     Supplier        = new FluentSupplier(unitOfWork);
     Email           = new FluentEmail(unitOfWork);
 }
Exemplo n.º 8
0
 public GeneralLedgerModule()
 {
     unitOfWork      = new UnitOfWork();
     GeneralLedger   = new FluentGeneralLedger(unitOfWork);
     ChartOfAccounts = new FluentChartOfAccount(unitOfWork);
     nn          = new FluentNextNumber(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
     UDC         = new FluentUdc(unitOfWork);
 }
Exemplo n.º 9
0
 public CustomerClaimModule()
 {
     unitOfWork    = new UnitOfWork();
     CustomerClaim = new FluentCustomerClaim(unitOfWork);
     Udc           = new FluentUdc(unitOfWork);
     Customer      = new FluentCustomer(unitOfWork);
     AddressBook   = new FluentAddressBook(unitOfWork);
     Employee      = new FluentEmployee(unitOfWork);
 }
Exemplo n.º 10
0
 public PurchaseOrderDetailModule()
 {
     unitOfWork          = new UnitOfWork();
     PurchaseOrderDetail = new FluentPurchaseOrderDetail(unitOfWork);
     PurchaseOrder       = new FluentPurchaseOrder(unitOfWork);
     ItemMaster          = new FluentItemMaster(unitOfWork);
     Supplier            = new FluentSupplier(unitOfWork);
     AddressBook         = new FluentAddressBook(unitOfWork);
 }
Exemplo n.º 11
0
 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);
 }
Exemplo n.º 12
0
 public POQuoteModule()
 {
     unitOfWork    = new UnitOfWork();
     POQuote       = new FluentPOQuote(unitOfWork);
     PurchaseOrder = new FluentPurchaseOrder(unitOfWork);
     Customer      = new FluentCustomer(unitOfWork);
     Supplier      = new FluentSupplier(unitOfWork);
     AddressBook   = new FluentAddressBook(unitOfWork);
 }
Exemplo n.º 13
0
 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);
 }
Exemplo n.º 14
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);
 }
Exemplo n.º 15
0
 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);
 }
Exemplo n.º 16
0
 public ProjectManagementTaskToEmployeeModule()
 {
     unitOfWork = new UnitOfWork();
     ProjectManagementTaskToEmployee = new FluentProjectManagementTaskToEmployee(unitOfWork);
     Project     = new FluentProjectManagementProject(unitOfWork);
     Milestone   = new FluentProjectManagementMilestone(unitOfWork);
     Task        = new FluentProjectManagementTask(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
     Employee    = new FluentEmployee(unitOfWork);
 }
Exemplo n.º 17
0
 public TimeAndAttendanceScheduledToWorkModule()
 {
     unitOfWork      = new UnitOfWork();
     ScheduledToWork = new FluentTimeAndAttendanceScheduledToWork(unitOfWork);
     Schedule        = new FluentTimeAndAttendanceSchedule(unitOfWork);
     Employee        = new FluentEmployee(unitOfWork);
     Shift           = new FluentTimeAndAttendanceShift(unitOfWork);
     AddressBook     = new FluentAddressBook(unitOfWork);
     Udc             = new FluentUdc(unitOfWork);
 }
Exemplo n.º 18
0
 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);
 }
Exemplo n.º 19
0
 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);
 }
Exemplo n.º 20
0
 public ServiceInformationModule()
 {
     unitOfWork                = new UnitOfWork();
     ServiceInformation        = new FluentServiceInformation(unitOfWork);
     ServiceInformationInvoice = new FluentServiceInformationInvoice(unitOfWork);
     LocationAddress           = new FluentLocationAddress(unitOfWork);
     AddressBook               = new FluentAddressBook(unitOfWork);
     Customer      = new FluentCustomer(unitOfWork);
     Contract      = new FluentContract(unitOfWork);
     Udc           = new FluentUdc(unitOfWork);
     ScheduleEvent = new FluentScheduleEvent(unitOfWork);
 }
Exemplo n.º 21
0
 public SupplierModule()
 {
     unitOfWork      = new UnitOfWork();
     Supplier        = new FluentSupplier(unitOfWork);
     GeneralLedger   = new FluentGeneralLedger(unitOfWork);
     SupplierLedger  = new FluentSupplierLedger(unitOfWork);
     AddressBook     = new FluentAddressBook(unitOfWork);
     Emails          = new FluentEmail(unitOfWork);
     AccountPayable  = new FluentAccountPayable(unitOfWork);
     Udc             = new FluentUdc(unitOfWork);
     ChartOfAccount  = new FluentChartOfAccount(unitOfWork);
     ItemMaster      = new FluentItemMaster(unitOfWork);
     LocationAddress = new FluentLocationAddress(unitOfWork);
 }
Exemplo n.º 22
0
 public InvoiceModule()
 {
     unitOfWork        = new UnitOfWork();
     Invoice           = new FluentInvoice(unitOfWork);
     InvoiceDetail     = new FluentInvoiceDetail(unitOfWork);
     AccountReceivable = new FluentAccountReceivable(unitOfWork);
     GeneralLedger     = new FluentGeneralLedger(unitOfWork);
     Customer          = new FluentCustomer(unitOfWork);
     Supplier          = new FluentSupplier(unitOfWork);
     AddressBook       = new FluentAddressBook(unitOfWork);
     ContractInvoice   = new FluentContractInvoice(unitOfWork);
     TaxRatesByCode    = new FluentTaxRatesByCode(unitOfWork);
     CustomerLedger    = new FluentCustomerLedger(unitOfWork);
 }
Exemplo n.º 23
0
 public AccountReceivableModule()
 {
     unitOfWork           = new UnitOfWork();
     AccountReceivable    = new FluentAccountReceivable(unitOfWork);
     AccountReceivableFee = new FluentAccountReceivableFee(unitOfWork);
     CustomerLedger       = new FluentCustomerLedger(unitOfWork);
     Customer             = new FluentCustomer(unitOfWork);
     AddressBook          = new FluentAddressBook(unitOfWork);
     ChartOfAccount       = new FluentChartOfAccount(unitOfWork);
     PurchaseOrder        = new FluentPurchaseOrder(unitOfWork);
     PurchaseOrderDetail  = new FluentPurchaseOrderDetail(unitOfWork);
     GeneralLedger        = new FluentGeneralLedger(unitOfWork);
     Udc = new FluentUdc(unitOfWork);
 }
Exemplo n.º 24
0
 public PurchaseOrderModule()
 {
     unitOfWork          = new UnitOfWork();
     PurchaseOrder       = new FluentPurchaseOrder(unitOfWork);
     PurchaseOrderDetail = new FluentPurchaseOrderDetail(unitOfWork);
     ChartOfAccount      = new FluentChartOfAccount(unitOfWork);
     Supplier            = new FluentSupplier(unitOfWork);
     Contract            = new FluentContract(unitOfWork);
     AddressBook         = new FluentAddressBook(unitOfWork);
     POQuote             = new FluentPOQuote(unitOfWork);
     Buyer             = new FluentBuyer(unitOfWork);
     TaxRatesByCode    = new FluentTaxRatesByCode(unitOfWork);
     AccountReceivable = new FluentAccountReceivable(unitOfWork);
     Udc = new FluentUdc(unitOfWork);
 }
Exemplo n.º 25
0
 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);
 }
Exemplo n.º 26
0
 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);
 }
Exemplo n.º 27
0
 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);
 }
Exemplo n.º 28
0
 public BuyerModule()
 {
     unitOfWork  = new UnitOfWork();
     Buyer       = new FluentBuyer(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
 }
Exemplo n.º 29
0
 public EmailModule()
 {
     unitOfWork  = new UnitOfWork();
     Email       = new FluentEmail(unitOfWork);
     AddressBook = new FluentAddressBook(unitOfWork);
 }