Exemplo n.º 1
0
 //детальная страница
 public ActionResult Details(int id = 1)
 {
     return(View(ServicesContainer.GetDetails(id)));
 }