Ejemplo n.º 1
0
 public ActionResult GetShopsWithAddress(string country, string city, string street, string build)
 {
     return(View("~/Views/Main.cshtml", _shopModel.GetShopsWithAddress(country, city, street, build)));
 }