Example #1
0
 public PizzaWorldRepository(PizzaWorldContext context)
 {
     _ctx = context;
 }