Add project files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace T120B165_ImgBoard.Dtos;
|
||||
|
||||
public record RegisterDto(
|
||||
string UserName,
|
||||
[EmailAddress]
|
||||
string Email,
|
||||
string Password
|
||||
);
|
||||
Reference in New Issue
Block a user