Ejemplo n.º 1
0
 protected IInjectionBinding BindType <T> (Type type)
 {
     return(CocoRoot.BindType <T> (type, ID));
 }
Ejemplo n.º 2
0
 protected IInjectionBinding BindType <T, TType> ()
 {
     return(CocoRoot.BindType <T, TType> (ID));
 }