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