示例#1
0
 public bool EditNews(News news)
 {
     return(_commonDal.EditNews(news));
 }