Exemplo n.º 1
0
 public ActionResult OyuncuDuzenle(int Id)
 {
     return(View(_film.OyuncuDetails(Id)));
 }