Beispiel #1
0
 public IEnumerable <New> GetHotNew(int top)
 {
     return(_newRepository.GetHotNew().OrderByDescending(x => x.CreatedDate).Take(top));
 }