This commit is contained in:
Simon Gruber
2023-11-22 07:46:10 +01:00
parent beb194c106
commit 8ada606fa6
141 changed files with 158 additions and 139 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
using ReportGenerator.Models;
using System.Collections;
using System.Collections;
namespace Common.Distance;
@@ -1,6 +1,6 @@
using System.Collections;
namespace ReportGenerator.Models;
namespace Common.Distance;
public interface IDistanceComparer
{