Add application services for profiles and neutrino
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RecNet.Application.Neutrino;
|
||||
|
||||
public interface INeutrinoAuthorizationService
|
||||
{
|
||||
Task<NeutrinoAuthorizationResult> AuthorizeAsync(
|
||||
AuthorizeNeutrinoCommand command,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user