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