Пример #1
0
 public Location InsertLocation(Location location)
 {
     return(_context.Insert(location));
 }