Ejemplo n.º 1
0
 public MemberFriendsCommand(INetworkingCommand networkingCommand, INetworkingInvitationsCommand networkingInvitationsCommand, INetworkingInvitationsQuery networkingInvitationsQuery, IRepresentativesCommand representativesCommand, IRepresentativeInvitationsCommand representativeInvitationsCommand, IRepresentativeInvitationsQuery representativeInvitationsQuery, IDonationsCommand donationsCommand, int invitationResendIntervalDays, int dailySendLimit)
 {
     _networkingCommand                = networkingCommand;
     _networkingInvitationsCommand     = networkingInvitationsCommand;
     _networkingInvitationsQuery       = networkingInvitationsQuery;
     _representativesCommand           = representativesCommand;
     _representativeInvitationsCommand = representativeInvitationsCommand;
     _representativeInvitationsQuery   = representativeInvitationsQuery;
     _donationsCommand             = donationsCommand;
     _invitationResendIntervalDays = invitationResendIntervalDays;
     _dailySendLimit = dailySendLimit;
 }