Exemple #1
0
 public TamagotchiContract Get(string name)
 {
     return(service.GetTamagotchiByName(name));
 }