ContractType reference Added in ConsentType.cs

This commit is contained in:
Mohamed Fazrin 2022-11-23 10:12:17 +03:00
Родитель f2489a238f
Коммит ee5cede81d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ public class ConsentSourceReferenceType : UnionType
descriptor.Type<ConsentType>();
descriptor.Type<DocumentReferenceType>();
descriptor.Type<QuestionnaireResponseType>();
// descriptor.Type<ContractType>(); TODO: Implement ContractType
descriptor.Type<ContractType>();
}
}