Exemplo n.º 1
0
 public List <DetalleVenta> ObtenerTodasLosDetalleVenta()
 {
     return(repository.GetAllDetalleVenta().ToList());
 }