示例#1
0
 public object document(string repoName, string docName, ExpressionContext context)
 {
     return(context.GetDocument(repoName, docName));
 }