コード例 #1
0
 // GET: Director/Details/5
 public ActionResult Details(int id)
 {
     return(View(_directorRepository.ObterPorId(id)));
 }