Exemplo n.º 1
0
 public async Task <Page> GetAsync(string id)
 {
     return(await _pagesRepository.GetAsync(id));
 }