示例#1
0
 public bool delFeedback(int id)
 {
     return(dal.delFeedback(id) > 0);
 }