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