Ejemplo n.º 1
0
 public Task DeleteAsync(int id, CancellationToken ct = default)
 {
     return(_guideRepository.DeleteAsync(id, ct));
 }