public BusinessesController(bdbContext context)
 {
     _context = context;
 }
Example #2
0
 public BusinessDayFinderController(bdbContext context)
 {
     _context = context;
 }