Add AutoMapper
This commit is contained in:
8
LaDOSE.Src/LaDOSE.DTO/WPUserDTO.cs
Normal file
8
LaDOSE.Src/LaDOSE.DTO/WPUserDTO.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class WPUserDTO
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user