Changed/Fixed Namespaces

This commit is contained in:
2023-04-09 17:06:45 +02:00
parent 9c7fec1c37
commit ea7ce1f630
5 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,3 @@
using System.ComponentModel;
using System.Runtime.Serialization;
using System.Text.Json.Serialization;

View File

@ -1,7 +1,7 @@
using System.Text.Json;
using System.Text.Json.Serialization;
namespace OSMDatastructure.Graph;
namespace OSMDatastructure;
[Serializable]
public class Tag

View File

@ -1,6 +1,7 @@
using System.Text.Json.Serialization;
using OSMDatastructure.Graph;
namespace OSMDatastructure.Graph;
namespace OSMDatastructure;
[Serializable]
public class TagManager