Example #1
0
 public static HttpApplication AddDependencyInjection <T>(this HttpApplication app,
                                                          ControllerTypes addFor = ControllerTypes.Both) where T : ServicesConfiguration, new()
 {
     return(app.AddDependencyInjectionInternal <T>(addFor) as HttpApplication);
 }