Exemple #1
0
 public TamagotchiContract[] GetAll(int start)
 {
     return(service.GetAllTamagotchi(start));
 }