agregado procesos y bd clases
This commit is contained in:
@@ -31,5 +31,7 @@ public partial class seriesfacturas
|
||||
|
||||
public string? ConceptoVerifactu { get; set; }
|
||||
|
||||
public virtual ICollection<facturas> facturas { get; set; } = new List<facturas>();
|
||||
|
||||
public virtual ICollection<liquidacionesagentes> liquidacionesagentes { get; set; } = new List<liquidacionesagentes>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user