6 lines
132 B
C#
6 lines
132 B
C#
namespace RecNet.Application.Neutrino;
|
|
|
|
public sealed record AuthorizeNeutrinoCommand(
|
|
Guid ProfileId,
|
|
string AccessToken);
|