public QualityRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public TeaSortRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }
Ejemplo n.º 3
0
 public CountryRepository(TeaAndCoffeeDbContext context)
 {
     this.context = context;
 }