public FriendsHandler(IEmailsCommand emailsCommand, IMembersQuery membersQuery, IMemberContactsQuery memberContactsQuery, ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, IDonationsQuery donationsQuery, IEmailVerificationsCommand emailVerificationsCommand, IEmailVerificationsQuery emailVerificationsQuery) { _emailsCommand = emailsCommand; _membersQuery = membersQuery; _memberContactsQuery = memberContactsQuery; _candidatesQuery = candidatesQuery; _resumesQuery = resumesQuery; _donationsQuery = donationsQuery; _emailVerificationsCommand = emailVerificationsCommand; _emailVerificationsQuery = emailVerificationsQuery; }
public MemberFriendsQuery(INetworkingInvitationsQuery networkingInvitationsQuery, IRepresentativeInvitationsQuery representativeInvitationsQuery, IDonationsQuery donationsQuery) { _networkingInvitationsQuery = networkingInvitationsQuery; _representativeInvitationsQuery = representativeInvitationsQuery; _donationsQuery = donationsQuery; }