public void OnGet() { Footers = _footerService.GetAllFooter(); }
public async Task <IViewComponentResult> InvokeAsync() { return(await Task.FromResult((IViewComponentResult)View("Footers", _footerService.GetAllFooter()))); }