示例#1
0
 public List <Account> GetTrendAccounts()
 {
     return(_accountDal.GetTopAccounts().ToList());
 }