Exemplo n.º 1
0
 public PaperEntity GetPaperByPaperId(long paperId)
 {
     return(paperRepository.Get(paperId));
 }