Пример #1
0
 public void OnGet(string id)
 {
     Product = _productQuery.GetDetails(id);
 }