Esempio n. 1
0
 public async Task DeleteAsync(Coach coach, CancellationToken ct = default)
 {
     await _coachRepository.DeleteAsync(coach, ct);
 }