public DesignTrackLogController(IDesignSubmitBLL designSubmitBLL, IDesignTrackingLogBLL designTrackingLogBLL, IDesign_ProjectDrawingsBLL design_ProjectDrawingsBLL, ICustomerInfoBLL customerInfoBLL, IStoreBLL storeBLL, IPositionBLL positionBLL, IStoreEmployeesBLL storeEmployeesBLL)
 {
     this.designSubmitBLL           = designSubmitBLL;
     this.designTrackingLogBLL      = designTrackingLogBLL;
     this.design_ProjectDrawingsBLL = design_ProjectDrawingsBLL;
     this.customerInfoBLL           = customerInfoBLL;
     this.storeBLL          = storeBLL;
     this.positionBLL       = positionBLL;
     this.storeEmployeesBLL = storeEmployeesBLL;
 }
 public DesignFileController(ICustomerInfoBLL customerInfoBLL, IDesign_CustomerExceptedBuyBLL design_CustomerExceptedBuyBLL, IDesignSubmitBLL designSubmitBLL, IExceptedBuyBLL exceptedBuyBLL, IProductCodeBLL productCodeBLL, IDesign_ProjectDrawingsBLL design_ProjectDrawingsBLL, IFileTypeBLL fileTypeBLL, IStoreBLL storeBLL, IPositionBLL positionBLL, IStoreEmployeesBLL storeEmployeesBLL)
 {
     this.customerInfoBLL = customerInfoBLL;
     this.design_CustomerExceptedBuyBLL = design_CustomerExceptedBuyBLL;
     this.designSubmitBLL           = designSubmitBLL;
     this.exceptedBuyBLL            = exceptedBuyBLL;
     this.productCodeBLL            = productCodeBLL;
     this.design_ProjectDrawingsBLL = design_ProjectDrawingsBLL;
     this.fileTypeBLL       = fileTypeBLL;
     this.storeBLL          = storeBLL;
     this.positionBLL       = positionBLL;
     this.storeEmployeesBLL = storeEmployeesBLL;
 }
 public DesignResultController(IDesignResultBLL designResultBLL, IDesignResult_DealListingBLL designResult_DealListingBLL, IDesignSubmitBLL designSubmitBLL, IDesign_ProjectDrawingsBLL design_ProjectDrawingsBLL, ICustomerInfoBLL customerInfoBLL, IStoreBLL storeBLL, IStoreEmployeesBLL storeEmployeesBLL, ISalesOrderBLL salesOrderBLL, ISalesOrder_detailsBLL salesOrder_DetailsBLL, IProduct_SPUBLL product_SPUBLL, IProduct_SKUBLL product_SKUBLL, IProductBLL productBLL)
 {
     this.designResultBLL             = designResultBLL;
     this.designResult_DealListingBLL = designResult_DealListingBLL;
     this.designSubmitBLL             = designSubmitBLL;
     this.design_ProjectDrawingsBLL   = design_ProjectDrawingsBLL;
     this.customerInfoBLL             = customerInfoBLL;
     this.storeBLL              = storeBLL;
     this.storeEmployeesBLL     = storeEmployeesBLL;
     this.salesOrderBLL         = salesOrderBLL;
     this.salesOrder_DetailsBLL = salesOrder_DetailsBLL;
     this.product_SPUBLL        = product_SPUBLL;
     this.product_SKUBLL        = product_SKUBLL;
     this.productBLL            = productBLL;
 }
 public ManagerExamineController(ICustomerInfoBLL customerInfoBLL, IExceptedBuyBLL exceptedBuyBLL, IStoreEmployeesBLL storeEmployeesBLL, IStoreBLL storeBLL, IProductCodeBLL productCodeBLL, ICustomerTrackingBLL customerTrackingBLL, IPositionBLL positionBLL, IDesignSubmitBLL designSubmitBLL, IDesignTrackingLogBLL designTrackingLogBLL, IDesign_ProjectDrawingsBLL design_ProjectDrawingsBLL, IDesign_CustomerExceptedBuyBLL design_CustomerExceptedBuyBLL, IDesignResultBLL designResultBLL, IDesignResult_DealListingBLL designResult_DealListingBLL, ISalesOrderBLL salesOrderBLL, ISalesOrder_detailsBLL salesOrder_DetailsBLL, IProduct_SPUBLL product_SPUBLL, IProduct_SKUBLL product_SKUBLL, IProductBLL productBLL)
 {
     this.customerInfoBLL               = customerInfoBLL;
     this.exceptedBuyBLL                = exceptedBuyBLL;
     this.storeEmployeesBLL             = storeEmployeesBLL;
     this.storeBLL                      = storeBLL;
     this.productCodeBLL                = productCodeBLL;
     this.customerTrackingBLL           = customerTrackingBLL;
     this.positionBLL                   = positionBLL;
     this.designSubmitBLL               = designSubmitBLL;
     this.designTrackingLogBLL          = designTrackingLogBLL;
     this.design_ProjectDrawingsBLL     = design_ProjectDrawingsBLL;
     this.design_CustomerExceptedBuyBLL = design_CustomerExceptedBuyBLL;
     this.designResultBLL               = designResultBLL;
     this.designResult_DealListingBLL   = designResult_DealListingBLL;
     this.salesOrderBLL                 = salesOrderBLL;
     this.salesOrder_DetailsBLL         = salesOrder_DetailsBLL;
     this.product_SPUBLL                = product_SPUBLL;
     this.product_SKUBLL                = product_SKUBLL;
     this.productBLL                    = productBLL;
 }