コード例 #1
0
 public Place UpdatePlace(Place place)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void CreatePlace(Place place)
 {
     _context.Places.Add(place);
     Save();
 }