Esempio n. 1
0
 public RestaurantController()
 {
     _db = new RestaurantService();
 }
Esempio n. 2
0
 public ContactsController()
 {
     _db = new RestaurantService();
 }