public AccountDAL()
 {
     context = new DominosEntities();
 }
Esempio n. 2
0
 public PizzaDAL()
 {
     context = new DominosEntities();
 }