示例#1
0
 public void AppendFile(string path, string content)
 {
     FileService.Append(path, content);
 }