Add Support for XPersonDto ...

This commit is contained in:
2025-11-03 18:15:19 +03:30
parent bcfe72f99c
commit 98f67a831a
+1 -1
View File
@@ -6,7 +6,7 @@ namespace xModels.Dtos
/// Since in Many Cases we have to Retrieve Specified User's Minimal
/// Infos for Handle Data Transfering, this Dto is Used ...
/// </summary>
public class XPersoDto : XBaseDto
public class XPersonDto : XBaseDto
{
public string Username { get; set; }
public string Firstname { get; set; }