Пример #1
0
 public static T GetOptional <T>(this IAppHost appHost) => appHost.Get <T>(typeof(T).FullName);