Files
moadiran/Shared/DTOs/TaxToolsDTO.cs
mmrbnjd c439f88650 ...
2024-04-05 17:43:11 +03:30

11 lines
250 B
C#

namespace Shared.DTOs
{
public class TaxToolsDTO
{
public string Base64csr { get; set; }
public string typecsr { get; set; }
public string Base64key { get; set; }
public string typekey { get; set; }
}
}