Beispiel #1
0
 public CategoryRepository(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }
 public PieRepository(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }
 private ShoppingCart(BakeryDBContext ctx)
 {
     _ctx = ctx;
 }