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