Ejemplo n.º 1
0
 public static T TryGet <T>()
 {
     return(ResolutionExtensions.TryGet <T>(Kernel, Array.Empty <IParameter>()));
 }