Пример #1
0
 public void CancelTravel(int TravelId)
 {
     _travelRepository.CancelTravel(TravelId);
 }