Add application services for profiles and neutrino
This commit is contained in:
9
RecNet.Application/Profiles/LoginProfileCommand.cs
Normal file
9
RecNet.Application/Profiles/LoginProfileCommand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using RecNet.Domain.Common;
|
||||
|
||||
namespace RecNet.Application.Profiles;
|
||||
|
||||
public sealed record LoginProfileCommand(
|
||||
string DeviceId,
|
||||
PlatformType PlatformType,
|
||||
string PlatformId,
|
||||
string PlatformAuthentication);
|
||||
Reference in New Issue
Block a user