Add order to CategorieDTO

This commit is contained in:
Thomas Fransolet 2023-12-27 17:39:02 +01:00
parent 2e62983375
commit 4954d2ce44

View File

@ -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