Example #1
0
 public ItemController()
 {
     db = new ChrisDemoContext();
 }
 public LocationController()
 {
     db = new ChrisDemoContext();
 }
 public CategoryController()
 {
     db = new ChrisDemoContext();
 }
Example #4
0
 // Constructor for db instance variable
 public OrderController()
 {
     db = new ChrisDemoContext();
 }
 // CustomerController Constructor
 public CustomerController()
 {
     db = new ChrisDemoContext();
 }