diff --git a/Manager.Interfaces/DTO/SubSection/MapDTO.cs b/Manager.Interfaces/DTO/SubSection/MapDTO.cs index d81d01f..036ea92 100644 --- a/Manager.Interfaces/DTO/SubSection/MapDTO.cs +++ b/Manager.Interfaces/DTO/SubSection/MapDTO.cs @@ -32,6 +32,7 @@ namespace Manager.Interfaces.DTO public string icon { get; set; } // icon material public string iconResourceId { get; set; } // icon point geo public string iconUrl { get; set; } // url to firebase storage or on internet + public int? order { get; set; } // Order to show } public class ContentGeoPoint