Ejemplo n.º 1
0
 public static object?GetImplementation(Type baseType, Type wrapperType, params object[] args) =>
 StaticDI.GetImplementation(baseType, wrapperType, args);
Ejemplo n.º 2
0
 public static object?GetImplementation(Type baseType, params object[] args)
 {
     return(StaticDI.GetImplementation(baseType, args));
 }