using System; using System.Collections.Generic; using PropertyChanged; namespace bdAsegasa.db; [AddINotifyPropertyChangedInterface] public partial class epiban { /// /// tabla entidad /// public int identidad { get; set; } public string? IBAN { get; set; } }