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