Exemplo n.º 1
0
 public static Tuple <AopContainer, Type, string> Bind <T>(this AopContainer factory)
 {
     return(factory.Bind <T>(null));
 }