...
This commit is contained in:
@@ -10,8 +10,10 @@ namespace Shared.DTOs
|
||||
public class CTicketNoAuthenticationDto:CTicketDto
|
||||
{
|
||||
[Required]
|
||||
[StringLength(11)]
|
||||
public string Mobile { get; set; }
|
||||
[Required]
|
||||
[StringLength(5)]
|
||||
public string FullName { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user