Exemplo n.º 1
0
 public void CreateFinder()
 {
     finder = new DefaultConventionFinder();
 }
Exemplo n.º 2
0
 public void CreateVisitor()
 {
     conventions = new DefaultConventionFinder();
     visitor     = new ConventionVisitor(conventions);
 }
Exemplo n.º 3
0
 public void CreateConventionFinder()
 {
     finder = new DefaultConventionFinder();
 }