Exemplo n.º 1
0
 public static Type Generate <TService>(this IAggregatedServiceGenerator service, GenerateOptions options)
 => service.Generate(typeof(TService), options);
Exemplo n.º 2
0
 public static Task <Type> GenerateAsync <TService>(this IAggregatedServiceGenerator service, GenerateOptions options)
 => service.GenerateAsync(typeof(TService), options);