示例#1
0
 public LocationDAL()
 {
     context = new WheyMenContext();
 }
示例#2
0
 public LocationDAL(WheyMenContext cont)
 {
     context = cont;
 }
示例#3
0
 public CustomerDAL()
 {
     context = new WheyMenContext();
 }
示例#4
0
 public CustomerDAL(WheyMenContext context)
 {
     this.context = context;
 }
 public OrderDAL()
 {
     this.context = new WheyMenContext();
 }
 public OrderDAL(WheyMenContext context)
 {
     this.context = context;
 }