namespace CompanyManagment.App.Contracts.TemporaryClientRegistration; public class ContractingPartyTempViewModel : CreateContractingPartyTemp { public long Id { get; set; } /// /// تاریخ تولد شمسی /// public string DateOfBirthFa { get; set; } public string Address { get; set; } public string City { get; set; } public long RepresentativeId { get; set; } }