示例#1
0
 public void Delete(Card c)
 {
     CardContext.DeleteCard(c.UnitId);
 }