Esempio n. 1
0
 public List <Account> GetTrendAccounts()
 {
     return(_accountDal.GetTopAccounts().ToList());
 }