6 lines
188 B
C#
6 lines
188 B
C#
namespace CompanyManagment.App.Contracts.TemporaryClientRegistration;
|
|
|
|
public class InstitutionContractTempViewModel : CreateInstitutionContractTemp
|
|
{
|
|
public long Id { get; set; }
|
|
} |