Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/IEntityConverter.cs =================================================================== diff -u -r4512af7782ee31b36941bb280b54d9da2953dd71 -rbd8a3e95f0145815fa6724a162404a76c9dc9f5a --- Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/IEntityConverter.cs (.../IEntityConverter.cs) (revision 4512af7782ee31b36941bb280b54d9da2953dd71) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/IEntityConverter.cs (.../IEntityConverter.cs) (revision bd8a3e95f0145815fa6724a162404a76c9dc9f5a) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using Core.Common.Base.Storage; namespace Application.Ringtoets.Storage.Converters @@ -32,8 +33,9 @@ /// Converts to . /// /// The to convert. + /// The to obtain the model. /// A new instance of , based on the properties of . - TModel ConvertEntityToModel(TEntity entity); + TModel ConvertEntityToModel(TEntity entity, Func model); /// /// Converts to .