Add order to CategorieDTO
This commit is contained in:
parent
2e62983375
commit
4954d2ce44
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user