Пример #1
0
 public bool UpdateLocation(Location location)
 {
     return(_context.Update(location));
 }