Ejemplo n.º 1
0
 public virtual async Task DeleteAsync(Guid id)
 {
     await _service.DeleteAsync(id);
 }