Exemplo n.º 1
0
 public ItemController()
 {
     db = new ChrisDemoContext();
 }
Exemplo n.º 2
0
 public LocationController()
 {
     db = new ChrisDemoContext();
 }
Exemplo n.º 3
0
 public CategoryController()
 {
     db = new ChrisDemoContext();
 }
Exemplo n.º 4
0
 // Constructor for db instance variable
 public OrderController()
 {
     db = new ChrisDemoContext();
 }
Exemplo n.º 5
0
 // CustomerController Constructor
 public CustomerController()
 {
     db = new ChrisDemoContext();
 }