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