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