Ejemplo n.º 1
0
 public TestHttpApplication(IHttpModule httpModule)
 {
     _httpModule = httpModule.ThrowIfNull();
     _httpModule.Init(this);
 }