Ejemplo n.º 1
0
 public object ConsultarFacturasPorCliente(int id)
 {
     return(bd.spConsultarFacturasPorCliente(id).ToList());
 }