Exemplo n.º 1
0
 public void Setup()
 {
     _tourItemFactory = new TourItemFactoryImpl();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _tourItemFactory = new TourItemFactoryImpl();
     _tourItemFactory.ChangeDataSource(1);
 }