Example #1
0
 public RestaurantsController(BestRestContext db)
 {
     _db = db;
 }
 public ReviewsController(BestRestContext db)
 {
     _db = db;
 }
 public CategoriesController(BestRestContext db)
 {
     _db = db;
 }