Exemple #1
0
 public Task <TamagotchiContract> GetAsync(int id)
 {
     return(service.GetTamagotchiByIdAsync(id));
 }