Exemplo n.º 1
0
 private void App_Startup(object sender, StartupEventArgs e)
 {
     AutofacContainer.Config();
 }
Exemplo n.º 2
0
 protected void Application_Start(object sender, EventArgs e)
 {
     AutofacContainer.Config();
 }