Exemplo n.º 1
0
 private MethodInfo GetConfigureMethodInfo()
 => StartupLoader.FindMethod(this.StartupType, "Configure{0}", this.EnvironmentName, typeof(Task), isRequired: true) !;
Exemplo n.º 2
0
 private MethodInfo GetConfigureServicesMethodInfo()
 => StartupLoader.FindMethod(this.StartupType, "Configure{0}Services", this.EnvironmentName, typeof(void), isRequired: true) !;