6 lines
182 B
C#
6 lines
182 B
C#
namespace CompanyManagment.App.Contracts.TemporaryClientRegistration;
|
|
|
|
public class ContractingPartyTempViewModel : CreateContractingPartyTemp
|
|
{
|
|
public long Id { get; set; }
|
|
} |