Ejemplo n.º 1
0
 public ActionResult GetShopsOfUser()
 {
     return(View("~/Views/Index.cshtml", _shopModel.GetShopsOfUser(User.Identity.Name)));
 }