Add GameVersion domain and login validation
This commit is contained in:
@@ -3,6 +3,7 @@ using RecNet.Domain.Common;
|
||||
namespace RecNet.Application.Profiles;
|
||||
|
||||
public sealed record LoginProfileCommand(
|
||||
string AppVersion,
|
||||
string DeviceId,
|
||||
PlatformType PlatformType,
|
||||
string PlatformId,
|
||||
|
||||
Reference in New Issue
Block a user