5 lines
185 B
C#
5 lines
185 B
C#
using ApplicationLayer.Services.AuthServices.Common;
|
|
|
|
namespace ApplicationLayer.Services.Users.Requests;
|
|
|
|
public record ChangeUserAuthDataRequest(Guid UserId, AuthData NewAuthData); |