Ejemplo n.º 1
0
 public ActionResult GetShopsWithTypeOfShop(string description)
 {
     return(View("~/Views/Main.cshtml", _shopModel.GetShopsWithTypeOfShop(description)));
 }