Esempio n. 1
0
 // GET: Program/Details/5
 public IActionResult Details(int id)
 {
     return(View(programService.FindByID(id)));
 }