コード例 #1
0
 public IResolveScope CreateScope(string scopeName = "")
 {
     return(new StructureMapChildScope(_container.CreateChildContainer()));
 }