Пример #1
0
 public ActionResult <IEnumerable <ProductShort> > GetProducts()
 {
     return(ParallaxController.GetProducts());
 }