コード例 #1
0
ファイル: Global.asax.cs プロジェクト: Antoniotoress1992/asp
 protected void Application_End(object sender, EventArgs e)
 {
     //Clean Db Context
     DbContextHelper.CleanUp();
 }