Exemplo n.º 1
0
 public async Task DeleteAsync(string id)
 {
     await _pagesRepository.DeleteAsync(id);
 }