Esempio n. 1
0
 public PromotionRepository(BarayandContext context, IPublicMethodRepsoitory <ProductModel> productrepo, IPCalcRepository pcalcrepo, IPublicMethodRepsoitory <OptionsModel> optionrepo) : base(context)
 {
     _context     = context;
     _productrepo = productrepo;
     _pcalcrepo   = pcalcrepo;
     _optionrepo  = optionrepo;
 }
Esempio n. 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();
 }
Esempio n. 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;
 }
Esempio n. 6
0
 public DynamicPagesRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 7
0
 public PromotionBoxProdRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 8
0
 public VideoGalleryRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 public HeaderNotifiRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 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;
 }
Esempio n. 12
0
 public ColorPriceRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 13
0
 public NoticesCatRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 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;
 }
Esempio n. 17
0
 public GenericRepository(BarayandContext context)
 {
     this._context = context;
 }
 public AmazingRequestRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 19
0
 public WalletHistoryRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
 public ServiceProfitsRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 21
0
 public CopponRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 22
0
 public FormulaRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 23
0
 public SliderRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 24
0
 public AddressRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 25
0
 public CatAttrRelationRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 26
0
 public TrainingRepository(BarayandContext context, IPCRepository pCRepository) : base(context)
 {
     this._context      = context;
     this._pCRepository = pCRepository;
 }
Esempio n. 27
0
 public IndexSectionRepo(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 28
0
 public OfflineRequestRepository(BarayandContext context) : base(context)
 {
     _context = context;
 }
Esempio n. 29
0
 public RateRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }
Esempio n. 30
0
 public WarrantyRepository(BarayandContext context) : base(context)
 {
     this._context = context;
 }