Exemplo n.º 1
0
 public bool Del(clsTour to)
 {
     clsDATour d = new clsDATour();
     return d.DeleteTour(to);
 }