示例#1
0
 public bool EditComment(int mainType, long id, string content)
 {
     return(dal.EditComment(mainType, id, content));
 }