Exemple #1
0
 public bool Remove(string name)
 {
     return(service.RemoveTamagotchiByName(name));
 }