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