コード例 #1
0
 public static void RegisterGeneric(Type serviceType, Type implType)
 {
     _current.RegisterGeneric(serviceType, implType);
 }