コード例 #1
0
 public Task <Document> GetDocumentByIdAsync(string id)
 {
     return(_documentsRepository.GetDocumentByIdAsync(id));
 }