Beispiel #1
0
 public ActionResult GetRatingsOfUser() //GetShopsWithTypeOfShop, GetUsersByShop, GetAllShopsWithRate
 {
     return(View("~/Views/Shops.cshtml", _shopModel.GetRatingsOfUser(User.Identity.Name)));
 }