Esempio n. 1
0
 public ActionResult GetAllShopsWithRate(int rate)
 {
     _shopModel.GetAllShopsWithRate(rate);
     return(Redirect(nameof(GetShopsOfUser)));
 }