Esempio n. 1
0
 public List <Account> GetFollowingAccounts(int id)
 {
     return(_accountDal.GetFollowingAccounts(id));
 }