public CoffeeSeeder(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public SaleRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
示例#3
0
 public OrderRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
示例#4
0
 public BeverageCategoryRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }
示例#5
0
 public CondimentRepository(CoffeeContext ctx)
 {
     _ctx = ctx;
 }