public static List <MovimientoMonto> Saldo(DateTime fecha) { VentaRepository categoriaRepository = new VentaRepository(new Context()); return(categoriaRepository.Saldo(fecha)); }