Exemple #1
0
 public bool Add(string name)
 {
     return(service.AddTamagotchi(name).WasCreated);
 }