Exemple #1
0
 public Task <bool> RemoveAsync(int id)
 {
     return(service.RemoveTamagotchiByIdAsync(id));
 }