Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/Merge/AssessmentSectionsOwner.cs =================================================================== diff -u -r11f40f39da4483537f96d1d5447c1e70172502f0 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Data/Merge/AssessmentSectionsOwner.cs (.../AssessmentSectionsOwner.cs) (revision 11f40f39da4483537f96d1d5447c1e70172502f0) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/Merge/AssessmentSectionsOwner.cs (.../AssessmentSectionsOwner.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,5 +1,26 @@ -using System.Collections.Generic; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. +using System.Collections.Generic; + namespace Ringtoets.Integration.Data.Merge { /// Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs =================================================================== diff -u -r80c8539d4473e2c10716b286c943a6b3a2b318cb -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs (.../AssessmentSectionMergeComparer.cs) (revision 80c8539d4473e2c10716b286c943a6b3a2b318cb) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs (.../AssessmentSectionMergeComparer.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using System.Linq; using Core.Common.Base.Geometry; Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs =================================================================== diff -u -r0d22336715a0e354aa7e32d79499cfe23f71e6d3 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs (.../IAssessmentSectionMergeComparer.cs) (revision 0d22336715a0e354aa7e32d79499cfe23f71e6d3) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs (.../IAssessmentSectionMergeComparer.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using Ringtoets.Integration.Data; namespace Ringtoets.Integration.Service.Comparers Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Exceptions/AssessmentSectionProviderException.cs =================================================================== diff -u -ra11b9ebc3155cc78af19e03b867d4d88c076d83b -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Exceptions/AssessmentSectionProviderException.cs (.../AssessmentSectionProviderException.cs) (revision a11b9ebc3155cc78af19e03b867d4d88c076d83b) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Exceptions/AssessmentSectionProviderException.cs (.../AssessmentSectionProviderException.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Runtime.Serialization; namespace Ringtoets.Integration.Service.Exceptions Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionService.cs =================================================================== diff -u -ra579d6982ec96896c932625563b3b953173c7565 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionService.cs (.../LoadAssessmentSectionService.cs) (revision a579d6982ec96896c932625563b3b953173c7565) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionService.cs (.../LoadAssessmentSectionService.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using Core.Common.Base.Storage; using log4net; Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivity.cs =================================================================== diff -u -r8b5d4a265d116511649a503038ef40745a28c6f5 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivity.cs (.../LoadAssessmentSectionsActivity.cs) (revision 8b5d4a265d116511649a503038ef40745a28c6f5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivity.cs (.../LoadAssessmentSectionsActivity.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using Core.Common.Base.Service; using Ringtoets.Integration.Data; using Ringtoets.Integration.Data.Merge; Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivityFactory.cs =================================================================== diff -u -re1d11884f6326f861b8e627396446a75a4b06123 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivityFactory.cs (.../LoadAssessmentSectionsActivityFactory.cs) (revision e1d11884f6326f861b8e627396446a75a4b06123) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/LoadAssessmentSectionsActivityFactory.cs (.../LoadAssessmentSectionsActivityFactory.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using Core.Common.Base.Service; using Ringtoets.Integration.Data; using Ringtoets.Integration.Data.Merge; Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Properties/Resources.Designer.cs =================================================================== diff -u -r8b5d4a265d116511649a503038ef40745a28c6f5 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8b5d4a265d116511649a503038ef40745a28c6f5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/packages.config =================================================================== diff -u -r03944888070e0a93a7a8af136e0e859ecc77e694 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/src/Ringtoets.Integration.Service/packages.config (.../packages.config) (revision 03944888070e0a93a7a8af136e0e859ecc77e694) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/packages.config (.../packages.config) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,26 @@  + \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Merge/AssessmentSectionsOwnerTest.cs =================================================================== diff -u -r11f40f39da4483537f96d1d5447c1e70172502f0 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Merge/AssessmentSectionsOwnerTest.cs (.../AssessmentSectionsOwnerTest.cs) (revision 11f40f39da4483537f96d1d5447c1e70172502f0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Merge/AssessmentSectionsOwnerTest.cs (.../AssessmentSectionsOwnerTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using NUnit.Framework; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using NUnit.Framework; using Ringtoets.Integration.Data.Merge; namespace Ringtoets.Integration.Data.Test.Merge Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Comparers/AssessmentSectionMergeComparerTest.cs =================================================================== diff -u -r54acfe3f3d06742f69654d00175177a8748be42b -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Comparers/AssessmentSectionMergeComparerTest.cs (.../AssessmentSectionMergeComparerTest.cs) (revision 54acfe3f3d06742f69654d00175177a8748be42b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Comparers/AssessmentSectionMergeComparerTest.cs (.../AssessmentSectionMergeComparerTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using Core.Common.Base.Geometry; using Core.Common.TestUtil; Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Exceptions/AssessmentSectionProviderExceptionTest.cs =================================================================== diff -u -ra11b9ebc3155cc78af19e03b867d4d88c076d83b -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Exceptions/AssessmentSectionProviderExceptionTest.cs (.../AssessmentSectionProviderExceptionTest.cs) (revision a11b9ebc3155cc78af19e03b867d4d88c076d83b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Exceptions/AssessmentSectionProviderExceptionTest.cs (.../AssessmentSectionProviderExceptionTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Service.Exceptions; Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionServiceTest.cs =================================================================== diff -u -ra24d44ded0e7a46081526946b571ef226e40c5bc -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionServiceTest.cs (.../LoadAssessmentSectionServiceTest.cs) (revision a24d44ded0e7a46081526946b571ef226e40c5bc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionServiceTest.cs (.../LoadAssessmentSectionServiceTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using Core.Common.Base.Storage; using Core.Common.TestUtil; Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityFactoryTest.cs =================================================================== diff -u -re1d11884f6326f861b8e627396446a75a4b06123 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityFactoryTest.cs (.../LoadAssessmentSectionsActivityFactoryTest.cs) (revision e1d11884f6326f861b8e627396446a75a4b06123) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityFactoryTest.cs (.../LoadAssessmentSectionsActivityFactoryTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using System.Linq; using Core.Common.Base.Service; Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityTest.cs =================================================================== diff -u -r8b5d4a265d116511649a503038ef40745a28c6f5 -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityTest.cs (.../LoadAssessmentSectionsActivityTest.cs) (revision 8b5d4a265d116511649a503038ef40745a28c6f5) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Merge/LoadAssessmentSectionsActivityTest.cs (.../LoadAssessmentSectionsActivityTest.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; using System.Collections.Generic; using System.Linq; using Core.Common.Base.Service;