8 lines
140 B
C#
8 lines
140 B
C#
namespace Marco.Pms.Model.Dtos.Authentication
|
|
{
|
|
public class GenerateOTPDto
|
|
{
|
|
public string? Email { get; set; }
|
|
}
|
|
}
|