Add a card to a deck
public System.Threading.Tasks.Task AddDeckCard(int deckId, int id);
deckId System.Int32
deckId
The deck ID
id System.Int32
id
The card ID
System.Threading.Tasks.Task
There was an error while loading. Please reload this page.