예제 #1
0
 public Restaurant Update(Restaurant restaurant)
 {
     odeToFoodDbContext.Entry(restaurant).State = EntityState.Modified;
     return(restaurant);
 }