Beispiel #1
0
 public void PostListCard(string listId, [FromBody] Card card)
 {
     _listService.CreateListCard(card.ListId, card);
 }