remove useless props "description" from ClusterDto, DepostDto

This commit is contained in:
Фролов 2021-12-02 09:53:30 +05:00
parent a74a7cbf58
commit 06eb85e275
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ namespace AsbCloudApp.Data
{
public int Id { get; set; }
public string Caption { get; set; }
public string Description { get; set; }
public double? Latitude { get; set; }
public double? Longitude { get; set; }

View File

@ -6,7 +6,6 @@ namespace AsbCloudApp.Data
{
public int Id { get; set; }
public string Caption { get; set; }
public string Description { get; set; }
public double? Latitude { get; set; }
public double? Longitude { get; set; }