Exemplo n.º 1
0
 public LocationDAL()
 {
     context = new WheyMenContext();
 }
Exemplo n.º 2
0
 public LocationDAL(WheyMenContext cont)
 {
     context = cont;
 }
Exemplo n.º 3
0
 public CustomerDAL()
 {
     context = new WheyMenContext();
 }
Exemplo n.º 4
0
 public CustomerDAL(WheyMenContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public OrderDAL()
 {
     this.context = new WheyMenContext();
 }
Exemplo n.º 6
0
 public OrderDAL(WheyMenContext context)
 {
     this.context = context;
 }