initial commit
This commit is contained in:
9
CityInfo.API/Models/CityWithoutPointsOfInterestDto.cs
Normal file
9
CityInfo.API/Models/CityWithoutPointsOfInterestDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CityInfo.API.Models
|
||||
{
|
||||
public class CityWithoutPointsOfInterestDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user