Пример #1
0
 public Task AddLocation([FromBody] Location location, string travelIdentity)
 {
     return(_travelService.AddLocation(location, travelIdentity));
 }