Beispiel #1
0
 public List <Account> GetAccountsHasMostFollowers()
 {
     return(_accountDal.GetAccountsHasMostFollowers());
 }