Ejemplo n.º 1
0
 public void AllToursToPDF()
 {
     log.Info(String.Format("Print Tour PDF of All Tours"));
     BLM.PrintAllToursToPDF(Tourlist);
 }