prueba
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -15,7 +16,24 @@ namespace Entidades
|
||||
|
||||
private List<DetalleFactura> detalles { get; set; }
|
||||
|
||||
public ReadOnlyCollection<DetalleFactura> MostrarDetalles()
|
||||
{
|
||||
|
||||
}
|
||||
public void AñadirDetalle(DetalleFactura detalle)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void ModificarDetalle(DetalleFactura detalle)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void EliminarDetalle(DetalleFactura detalle)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user