namespace AllInApi.DTO { public class MiseDTO { public int Cost { get; set; } public int Choices { get; set; } } }