Newer
Older
BlazorKafkaSignalR / save-points / 07-javascript-interop / BlazingPizza.Client / PizzaAuthenticationState.cs
@Derek Comartin Derek Comartin on 1 Jun 2021 227 bytes Init
using Microsoft.AspNetCore.Components.WebAssembly.Authentication;

namespace BlazingPizza.Client
{
    public class PizzaAuthenticationState : RemoteAuthenticationState
    {
        public Order Order { get; set; }
    }
}