Example #1
0
 public ActionResult GetByID(int CountyID)
 {
     return(View(_countyService.GetByID(CountyID)));
 }