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