Exemplo n.º 1
0
 public static bool IsRegistered <TService>(this IInjectionContainer container, string key) => container.IsRegistered(typeof(TService), key);