Exemplo n.º 1
0
 public async Task <Document> GetDocumentByIdAsync(int Id)
 {
     return(await _repository.GetByIdAsync(Id));
 }