Ejemplo n.º 1
0
 public static T Loader <T>(this IResolverContext resolverContext)
 {
     return(resolverContext.Loader <T>(typeof(T).FullName));
 }