コード例 #1
0
 public PromotionRepository(BarayandContext context, IPublicMethodRepsoitory <ProductModel> productrepo, IPCalcRepository pcalcrepo, IPublicMethodRepsoitory <OptionsModel> optionrepo) : base(context)
 {
     _context     = context;
     _productrepo = productrepo;
     _pcalcrepo   = pcalcrepo;
     _optionrepo  = optionrepo;
 }
コード例 #2
0
 public PCalcRepository(IPublicMethodRepsoitory <CopponModel> couponrepo, ILogger <PCalcRepository> logger, IPromotionBoxProdRepository boxProdRepository, IFestivalRepository festivalRepository, BarayandContext context, IPublicMethodRepsoitory <OptionsModel> optionrepo)
 {
     this._couponrepo        = couponrepo;
     this._logger            = logger;
     this._boxProdRepository = boxProdRepository;
     this._festrepo          = festivalRepository;
     _context    = context;
     _optionrepo = optionrepo;
     CheckOptions();
 }
コード例 #3
0
 public ManufacturCuntryRepsitory(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #4
0
 public GalleryCatRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #5
0
 public GiftProductRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #6
0
 public DynamicPagesRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #7
0
 public PromotionBoxProdRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #8
0
 public VideoGalleryRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #9
0
 public HeaderNotifiRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #10
0
 public ProductRepository(BarayandContext context, IPCRepository pCRepository, IPCalcRepository priceCalculator) : base(context)
 {
     this._context      = context;
     this._pCRepository = pCRepository;
     _priceCalculator   = priceCalculator;
 }
コード例 #11
0
 public ProductManualRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #12
0
 public ColorPriceRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #13
0
 public NoticesCatRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #14
0
 public OptionRepository(BarayandContext context) : base(context)
 {
     _context = context;
 }
コード例 #15
0
 public EnergyGiftWrapRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #16
0
 public ProdFeedbackRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #17
0
 public GenericRepository(BarayandContext context)
 {
     this._context = context;
 }
コード例 #18
0
 public AmazingRequestRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #19
0
 public WalletHistoryRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #20
0
 public ServiceProfitsRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #21
0
 public CopponRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #22
0
 public FormulaRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #23
0
 public SliderRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #24
0
 public AddressRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #25
0
 public CatAttrRelationRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #26
0
 public TrainingRepository(BarayandContext context, IPCRepository pCRepository) : base(context)
 {
     this._context      = context;
     this._pCRepository = pCRepository;
 }
コード例 #27
0
 public IndexSectionRepo(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #28
0
 public OfflineRequestRepository(BarayandContext context) : base(context)
 {
     _context = context;
 }
コード例 #29
0
 public RateRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
コード例 #30
0
 public WarrantyRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }