Пример #1
0
 public ActionResult Details(string id)
 {
     return(View(localDataStore.GetEntity <ProductDto>(id)));
 }