예제 #1
0
 protected IInjectionBinding BindType <T> (Type type)
 {
     return(CocoRoot.BindType <T> (type, ID));
 }
예제 #2
0
 protected IInjectionBinding BindType <T, TType> ()
 {
     return(CocoRoot.BindType <T, TType> (ID));
 }