コード例 #1
0
 public void Dispose()
 {
     BagItem.ClearAll();
 }
コード例 #2
0
 public ActionResult Destroy()
 {
     BagItem.ClearAll();
     return(View("Index"));
     // return new EmptyResult(); Fail CorrectView test
 }