Example #1
0
 public RestaurantController()
 {
     _db = new RestaurantService();
 }
Example #2
0
 public ContactsController()
 {
     _db = new RestaurantService();
 }