Ejemplo n.º 1
0
 public IEnumerable <Friend> GetActiveFriends()
 {
     return(_friendsService.GetActiveFriends(_friendsService.GetAll()));
 }