Exemple #1
0
 public bool Edit(TourView model)
 {
     return(_tour.Edit(model));
 }