Ejemplo n.º 1
0
 public CoffeeSeeder(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 2
0
 public SaleRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 3
0
 public OrderRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 4
0
 public BeverageCategoryRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 5
0
 public CondimentRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }