Ejemplo n.º 1
0
 public bool DeleteCard(string id)
 {
     db_.DeleteCard(id);
     return(true);
 }