Ejemplo n.º 1
0
 public void AddToConfiguration(Build build)
 {
     foreach (var item in Recognizes()) {
         build.Recognize(item);
     }
 }