using System; namespace ApiLol.DTO { public class CharacteristicDTO { public string Name { get; set; } public int Val { get; set; } } }