Rename in categorieDTO

This commit is contained in:
Thomas Fransolet 2023-12-27 15:56:24 +01:00
parent 22ffe09dd8
commit 2e62983375

View File

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