adding some views
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user