This commit is contained in:
2021-11-12 15:00:41 +05:00
parent 78b2f5ac24
commit 0e645d20e2
519 changed files with 176134 additions and 852 deletions

View File

@@ -27,5 +27,12 @@ namespace ApiServer.ApiStruct
{
public bool Status { get; set; }
}
public class PasportGetListApi
{
public DateTime Date { get; set; }
}
public class PasportGetListClient
{
public string[] Name { get; set; }
}
}