Exemple #1
0
 public Task <TamagotchiContract> GetAsync(string name)
 {
     return(service.GetTamagotchiByNameAsync(name));
 }