© 2026 Hedgehog Software, LLC
@using BlazorBookGroup.Data . . . private PostsService postsService = new(); protected override void OnInitialized() => posts = postsService.GetPosts();