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