Exemplo n.º 1
0
 public CategoryRepository(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 2
0
 public PieRepository(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 3
0
 private ShoppingCart(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }