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