Ejemplo n.º 1
0
 public IList <Consignacion> ConsultarGasCaribeFecha(DateTime fecha)
 {
     return(repository.ConsultarGasCaribeFecha(fecha));
 }