namespace DTO { public class SkinDtoC { public string Name { get; set; } public string Description { get; set; } public string Icon { get; set; } public LargeImageDto Image { get; set; } public float Price { get; set; } public string ChampionName { get; set; } } }