Rename in categorieDTO
This commit is contained in:
parent
22ffe09dd8
commit
2e62983375
@ -28,7 +28,7 @@ namespace Manager.Interfaces.DTO
|
|||||||
|
|
||||||
public class CategorieDTO
|
public class CategorieDTO
|
||||||
{
|
{
|
||||||
public List<TranslationDTO> name { get; set; }
|
public List<TranslationDTO> label { get; set; }
|
||||||
public string icon { get; set; } // icon material
|
public string icon { get; set; } // icon material
|
||||||
public string iconResourceId { get; set; } // icon point geo
|
public string iconResourceId { get; set; } // icon point geo
|
||||||
public string iconUrl { get; set; } // url to firebase storage or on internet
|
public string iconUrl { get; set; } // url to firebase storage or on internet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user