Ejemplo n.º 1
0
 public string DeleteTour(Tour tour)
 {
     _tourRepository.DeleteEntity(tour);
     return("");
 }