Exemplo n.º 1
0
 public CustomerRepo()
 {
     objresEntities = new resEntities();
 }
Exemplo n.º 2
0
 public ItemRepo()
 {
     objresEntities = new resEntities();
 }
Exemplo n.º 3
0
 public OrderRepo()
 {
     objResEntities = new resEntities();
 }
Exemplo n.º 4
0
 public HomeController()
 {
     objresEntities = new resEntities();
 }
Exemplo n.º 5
0
 public PaymentTypeRepo()
 {
     objresEntities = new resEntities();
 }