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