コード例 #1
0
 public ActionResult Detail(int id)
 {
     return(View(Automapper.GetGeneric <Person, PersonModelView>(_person.GetPersonById(id))));
 }