// GET: api/Edition/Card/id public List <Card> Card(int id) { return(cardHelper.GetCardByEdition(id)); }