public QualityRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public TeaSortRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public CountryRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }