Exemple #1
0
 public bool AddCard(Card c)
 {
     try
     {
         dataStore.AddCard(c);
         return(true);
     }
     catch
     {
         return(false);
     }
 }