...
This commit is contained in:
24
Shared/DTOs/EconomicCodeModelDto.cs
Normal file
24
Shared/DTOs/EconomicCodeModelDto.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class EconomicCodeModelDto
|
||||
{
|
||||
public string NameTrade { get; set; }
|
||||
|
||||
public string TaxpayerStatus { get; set; }
|
||||
|
||||
public string TaxpayerType { get; set; }
|
||||
|
||||
public string PostalcodeTaxpayer { get; set; }
|
||||
|
||||
public string AddressTaxpayer { get; set; }
|
||||
|
||||
public string NationalId { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user