예제 #1
0
 public Restaurant Add(Restaurant NewRestaurant)
 {
     _context.Add(NewRestaurant);
     return(NewRestaurant);
 }