public async Task <IActionResult> Index(string term = "") { return(View(await _estateService.GetAllEstates(term))); }
public IEnumerable <Estate> GetAllEstates() { return(_estateService.GetAllEstates()); }