Ejemplo n.º 1
0
 public Task UpdateAsync(Guide guide, CancellationToken ct = default)
 {
     return(_guideRepository.UpdateAsync(guide, ct));
 }