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