示例#1
0
 public CustomerRepo()
 {
     objresEntities = new resEntities();
 }
示例#2
0
 public ItemRepo()
 {
     objresEntities = new resEntities();
 }
示例#3
0
 public OrderRepo()
 {
     objResEntities = new resEntities();
 }
示例#4
0
 public HomeController()
 {
     objresEntities = new resEntities();
 }
示例#5
0
 public PaymentTypeRepo()
 {
     objresEntities = new resEntities();
 }