public List <BlogPostModel> GetAllBlogPosts() { return(blogPostService.GetAllBlogPosts()); }
protected override async Task OnInitializedAsync() { await base.OnInitializedAsync(); ViewModel = await BlogPostService.GetAllBlogPosts(); }