示例#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;
 }
 public GalleryCatRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 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;
 }
 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;
 }
 public ProductManualRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 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;
 }
 public EnergyGiftWrapRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 public ProdFeedbackRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
示例#17
0
 public GenericRepository(BarayandContext context)
 {
     this._context = context;
 }
 public AmazingRequestRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
示例#19
0
 public WalletHistoryRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 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;
 }