コード例 #1
0
 public ActionResult Delete(int CountyID)
 {
     return(View(_countyService.DeleteByID(CountyID)));
 }