adding some views

This commit is contained in:
2026-03-22 16:28:01 +01:00
parent 498d46c10f
commit 7594d179a8
16 changed files with 327 additions and 92 deletions
-1
View File
@@ -5,6 +5,5 @@
public int Id { get; set; }
public string Name { get; set; } = string.Empty;
public string? Description { get; set; }
public IEnumerable<PointOfInterest> PointsOfInterest { get; set; } = new List<PointOfInterest>();
}
}