Add CurrentUserService to access sub from context
This commit is contained in:
11
src/Imprink.Application/Users/SetUserPhoneHandler.cs
Normal file
11
src/Imprink.Application/Users/SetUserPhoneHandler.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Imprink.Application.Users.Dtos;
|
||||
using MediatR;
|
||||
|
||||
namespace Imprink.Application.Users;
|
||||
|
||||
public record SetUserPhoneCommand(string Sub, Guid RoleId) : IRequest<UserRoleDto?>;
|
||||
|
||||
public class SetUserPhoneHandler
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user