예제 #1
0
 public ActionResult Guncelle(int id)
 {
     return(View(_iletisimService.GetById(id)));
 }