Пример #1
0
 public LogInController(IStoreEmployeesBLL storeEmployeesBLL, IStoreBLL storeBLL, IPositionBLL positionBLL)
 {
     this.storeEmployeesBLL = storeEmployeesBLL;
     this.storeBLL          = storeBLL;
     this.positionBLL       = positionBLL;
     BuildEmploess();
 }
 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;
 }
Пример #3
0
 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;
 }
 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;
 }
Пример #5
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 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;
 }
Пример #8
0
 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;
 }
Пример #10
0
 public ManagerController(IStoreEmployeesBLL storeEmployeesBLL, IStoreBLL storeBLL, IPositionBLL positionBLL)
 {
     this.storeEmployeesBLL = storeEmployeesBLL;
     this.storeBLL          = storeBLL;
     this.positionBLL       = positionBLL;
 }
Пример #11
0
 public StoreController(IDistrictBLL DistrictBLL, IStoreBLL storeBLL, IImageServices imageServices) : base(imageServices)
 {
     StoreBLL         = storeBLL;
     this.DistrictBLL = DistrictBLL;
 }