This commit is contained in:
mmrbnjd
2024-04-05 17:43:11 +03:30
parent 4eb04aef14
commit c439f88650
7 changed files with 175 additions and 52 deletions

View File

@@ -2,10 +2,8 @@
{
public class TaxToolsDTO
{
public string csr { get; set; }
public string Base64csr { get; set; }
public string typecsr { get; set; }
public string key { get; set; }
public string Base64key { get; set; }
public string typekey { get; set; }
}