using OpenIddict.EntityFrameworkCore.Models; namespace BTCPayServer.Data { public class BTCPayOpenIdClient: OpenIddictApplication { public string ApplicationUserId { get; set; } public ApplicationUser ApplicationUser { get; set; } } }