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