Exemple #1
0
 public TamagotchiContract Get(int id)
 {
     return(service.GetTamagotchiById(id));
 }