public CustomerTrackLogController(ICustomerInfoBLL customerInfoBLL, IExceptedBuyBLL exceptedBuyBLL, IStoreEmployeesBLL storeEmployeesBLL, IStoreBLL storeBLL, IProductCodeBLL productCodeBLL, ICustomerTrackingBLL customerTrackingBLL, IPositionBLL positionBLL) { this.customerInfoBLL = customerInfoBLL; this.exceptedBuyBLL = exceptedBuyBLL; this.storeEmployeesBLL = storeEmployeesBLL; this.storeBLL = storeBLL; this.productCodeBLL = productCodeBLL; this.customerTrackingBLL = customerTrackingBLL; this.positionBLL = positionBLL; }
public CustomerController(ICustomerInfoBLL customerInfoBLL, IExceptedBuyBLL exceptedBuyBLL, IStoreEmployeesBLL storeEmployeesBLL, IStoreBLL storeBLL, IProductCodeBLL productCodeBLL, ICustomerTrackingBLL customerTrackingBLL, ITrackGoalBLL trackGoalBLL) { this.customerInfoBLL = customerInfoBLL; this.exceptedBuyBLL = exceptedBuyBLL; this.storeEmployeesBLL = storeEmployeesBLL; this.storeBLL = storeBLL; this.productCodeBLL = productCodeBLL; this.customerTrackingBLL = customerTrackingBLL; this.trackGoalBLL = trackGoalBLL; }
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 DesignSchemeController(ICustomerInfoBLL customerInfoBLL, ICustomerTrackingBLL customerTrackingBLL, IDesign_CustomerExceptedBuyBLL design_CustomerExceptedBuyBLL, IDesignSubmitBLL designSubmitBLL, IExceptedBuyBLL exceptedBuyBLL, IProductCodeBLL productCodeBLL, IStoreBLL storeBLL, IPositionBLL positionBLL, IStoreEmployeesBLL storeEmployeesBLL, IProductBLL productBLL, IProduct_SeriesBLL product_SeriesBLL, IProduct_BrandBLL product_BrandBLL, IProduct_ClassfiyBLL product_ClassfiyBLL) { this.customerInfoBLL = customerInfoBLL; this.customerTrackingBLL = customerTrackingBLL; this.design_CustomerExceptedBuyBLL = design_CustomerExceptedBuyBLL; this.designSubmitBLL = designSubmitBLL; this.exceptedBuyBLL = exceptedBuyBLL; this.productCodeBLL = productCodeBLL; this.storeBLL = storeBLL; this.positionBLL = positionBLL; this.storeEmployeesBLL = storeEmployeesBLL; this.productBLL = productBLL; this.product_SeriesBLL = product_SeriesBLL; this.product_BrandBLL = product_BrandBLL; this.product_ClassfiyBLL = product_ClassfiyBLL; }
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; }