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