public RepoPizzaIngredients()
 {
     context = new ExoPizzaContext();
 }
 public void Dispose()
 {
     context = null;
 }
Beispiel #3
0
 public RepoPizza()
 {
     context = new ExoPizzaContext();
 }