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