示例#1
0
 public string GetContent(string context)
 {
     return information.GetContent(context);
 }
 public string GetContentWithContext(Information.Context context)
 {
     return(information.GetContent(context));
 }