Exemplo n.º 1
0
 void Application_EndRequest(object sender, EventArgs e)
 {
     SmObjectFactory.HttpContextDisposeAndClearAll();
 }
Exemplo n.º 2
0
 private void Application_EndRequest(object sender, EventArgs e)
 {
     SmObjectFactory.ReleaseAndDisposeAllHttpScopedObjects();
 }