コード例 #1
0
ファイル: App.xaml.cs プロジェクト: YauheniA/EPAM.training
 private void App_Startup(object sender, StartupEventArgs e)
 {
     AutofacContainer.Config();
 }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: YauheniA/EPAM.training
 protected void Application_Start(object sender, EventArgs e)
 {
     AutofacContainer.Config();
 }