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