Ejemplo n.º 1
0
 public ActionResult ArtList(int id)
 {
     result.resultList = repoArt.ArtList(id);
     return(View(result.resultList.ProcessResult));
 }