Exemplo n.º 1
0
 public T DataLoader <T>(string key) =>
 _resolverContext.DataLoader <T>(key);
Exemplo n.º 2
0
 public static T DataLoader <T>(this IResolverContext resolverContext)
 {
     return(resolverContext.DataLoader <T>(typeof(T).FullName));
 }