using System; using System.Collections.Generic; using PropertyChanged; namespace bdAsegasa.db; [AddINotifyPropertyChangedInterface] public partial class v_lc_agrupadas_cia { public int? idliquidacioncia { get; set; } /// /// tabla compañia /// public int? idcompania { get; set; } }