示例#1
0
 public IEnumerable <NewsModel> ByTitle()
 {
     return(_service.ByTitle());
 }