This commit is contained in:
14
HanyadikHetVan/DTO/UserDTO.cs
Normal file
14
HanyadikHetVan/DTO/UserDTO.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HanyadikHetVan.DTO
|
||||
{
|
||||
public class UserDTO
|
||||
{
|
||||
public string Email { get; set; }
|
||||
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user