コード例 #1
0
 // GET: Contact/Details/5
 public ActionResult Details(string id)
 {
     contact = dao.Fiche(id);
     return(View(contact));
 }