Example #1
0
 public List <Account> GetFollowerAccounts(int id)
 {
     return(_accountDal.GetFollowerAccounts(id));
 }