コード例 #1
0
 public void Dispose()
 {
     Vendors.ClearAll();
 }
コード例 #2
0
 public ActionResult DeleteAll()
 {
     Vendors.ClearAll();
     return(View());
 }