Beispiel #1
0
 public CommonRepository(TottoContext context, ICatalogRepository catalogRepository)
 {
     this.context           = context;
     this.catalogRepository = catalogRepository;
 }
Beispiel #2
0
 public CatalogRepository(TottoContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public CallsRepository(TottoContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public ProductsRepository(TottoContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public BannersRepository(TottoContext context)
 {
     this.context = context;
 }
 public SubscribersRepository(TottoContext context)
 {
     this.context = context;
 }