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