Exemplo n.º 1
0
        public async Task <ActionResult> SearchBlock(string hostId)
        {
            var model = new UserSearchBlockViewModel(hostId);

            return(await JsonHtml("SearchBlock", model));
        }
Exemplo n.º 2
0
        public ActionResult SearchBlock(string hostId)
        {
            var model = new UserSearchBlockViewModel(hostId);

            return(JsonHtml("SearchBlock", model));
        }