Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureImporter.cs =================================================================== diff -u -r4055 -r4056 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureImporter.cs (.../IFeatureImporter.cs) (revision 4055) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Maps/IFeatureImporter.cs (.../IFeatureImporter.cs) (revision 4056) @@ -19,13 +19,12 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -namespace Deltares.Maps +namespace Deltares.Maps; + +public interface IFeatureImporter { - public interface IFeatureImporter - { - IFeatureRepository Repository { get; } - IReader Reader { set; } + IFeatureRepository Repository { get; } + IReader Reader { set; } - void Import(); - } + void Import(); } \ No newline at end of file