public PeopleController(BrightHouseLastContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ReturnsController(BrightHouseLastContext context)
 {
     _context = context;
 }
 public OrdersController(BrightHouseLastContext context)
 {
     _context = context;
 }