Add Support for XPersonDto ...
This commit is contained in:
@@ -6,7 +6,7 @@ namespace xModels.Dtos
|
|||||||
/// Since in Many Cases we have to Retrieve Specified User's Minimal
|
/// Since in Many Cases we have to Retrieve Specified User's Minimal
|
||||||
/// Infos for Handle Data Transfering, this Dto is Used ...
|
/// Infos for Handle Data Transfering, this Dto is Used ...
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class XPersoDto : XBaseDto
|
public class XPersonDto : XBaseDto
|
||||||
{
|
{
|
||||||
public string Username { get; set; }
|
public string Username { get; set; }
|
||||||
public string Firstname { get; set; }
|
public string Firstname { get; set; }
|
||||||
Reference in New Issue
Block a user