Example #1
0
 public Task AddHotel([FromBody] Hotel hotel, string travelIdentity)
 {
     return(_travelService.AddHotel(hotel, travelIdentity));
 }