using System; using System.Collections.Generic; #nullable disable namespace Teso_API.Models { public partial class DesireDetail { public string DesireGuid { get; set; } public string ProductId { get; set; } public bool? Enlisted { get; set; } public string Category { get; set; } public string CountId { get; set; } } }