コード例 #1
0
 public IList <Consignacion> ConsultarGasCaribeFecha(DateTime fecha)
 {
     return(repository.ConsultarGasCaribeFecha(fecha));
 }