コード例 #1
0
 public IEnumerable <NewsView> GetAll()
 {
     return(_newsServices.GetAll());
 }