示例#1
0
 public ActionResult GetGrid()
 {
     return(View(CountryModel.getCountry()));
 }