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