Beispiel #1
0
 public IActionResult search_by_price(string min, string max)
 {
     return(View(_Iproduct.search_by_price(min, max)));
 }