Exemplo n.º 1
0
 public Restaurant Add(Restaurant restaurant)
 {
     db.Add(restaurant);
     return(restaurant);
 }