Beispiel #1
0
 public ActionResult Detalhes(int id)
 {
     return(View(Mapper.Map <RodadaVM>(_rodadaService.GetById(id))));
 }