public void ParseRegistries(IGraphBuilder builder)
 {
     _structureMapNode.ForTextInChild("Registry/@Type").Do(name => builder.AddRegistry(name));
 }
Exemplo n.º 2
0
 public void ParseRegistries(IGraphBuilder builder)
 {
     _structureMapNode.ForTextInChild("Registry/@Type").Do(name => builder.AddRegistry(name));
 }