public List <ApuestaDTOID> Get(double cuota) { var repo = new ApuestasRepository(); List <ApuestaDTOID> apuestas = repo.RetrieveBYC(cuota); return(apuestas); }