Beispiel #1
0
 public IEnumerable <Customer> GetTop(int count)
 {
     return(_customerDataProvider.Query().Take(count).ToList());
 }