using System; using System.Collections.Generic; namespace GeradoresService.DAL; public partial class Geradore { public int Id { get; set; } public int? Tipo { get; set; } public string? Valor { get; set; } }