Files
TenWholeYears.Server/RecNet.Application/Profiles/LoginProfileCommand.cs

10 lines
222 B
C#

using RecNet.Domain.Common;
namespace RecNet.Application.Profiles;
public sealed record LoginProfileCommand(
string DeviceId,
PlatformType PlatformType,
string PlatformId,
string PlatformAuthentication);