Exemplo n.º 1
0
 private int storeID;         //当前店铺id
 public HomeController(IStoreEmployeesBLL storeEmployeesBLL, ICustomerInfoBLL customerInfoBLL, ICustomerTrackingBLL customerTrackingBLL, IDesignSubmitBLL designSubmitBLL, IDesignTrackingLogBLL designTrackingLogBLL, IDesignResultBLL designResultBLL, IStoreBLL storeBLL)
 {
     this.storeEmployeesBLL = storeEmployeesBLL;
     this.customerInfoBLL   = customerInfoBLL;
     CustomerTrackingBLL    = customerTrackingBLL;
     DesignSubmitBLL        = designSubmitBLL;
     DesignTrackingLogBLL   = designTrackingLogBLL;
     DesignResultBLL        = designResultBLL;
     this.storeBLL          = storeBLL;
 }
 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;
 }