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