Example #1
0
 public void DeleteCard(Guid id)
 {
     Context.ArchiveCard(id);
 }