Skip to content

Simple Magic Onion Service with Blazor Webassembly client

Notifications You must be signed in to change notification settings

matengo/Blazor-Magic

Repository files navigation

MiniService

Simple Magic Onion Grpc WebPack Service with Blazor Webassembly client. And a shared contracts projects for Service Interfaces and Dto's

To add services with Dto's just add Dto's in MiniService.Contract project:

public class Person
{
    [Key(0)]
    public string FirstName { get; set; }
    [Key(1)]
    public string LastName { get; set; }
}

About

Simple Magic Onion Service with Blazor Webassembly client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published