Files
TenWholeYears.Server/RecNet.Application/Profiles/LoginProfileCommand.cs
2026-06-19 15:12:04 -05:00

11 lines
245 B
C#

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