Esempio n. 1
0
 public ActionResult GetResultsForThreshold(decimal threshold, int page = 1, int perPage = 100)
 {
     return(Json(_pricingService.GetItemsByThreshold(threshold, page, perPage), JsonRequestBehavior.AllowGet));
 }