示例#1
0
 public IEnumerable <News> GetAllNews()
 {
     return(_commonDal.GetAllNews());
 }