5 lines
122 B
C#
5 lines
122 B
C#
namespace ApplicationLayer.Services.AuthServices.Common
|
|
{
|
|
public record AuthData(string Email, string Password);
|
|
}
|