public SendBirthdayWishesFunction(IAssociateQueryServices associateQueryServices, INotificationServices notificationServices) { AssociateQueryServices = associateQueryServices; NotificationServices = notificationServices; }
public EventReminderEmailToAssociateFunction(IAssociateQueryServices associateQueryServices, INotificationServices notificationServices) { AssociateQueryServices = associateQueryServices; NotificationServices = notificationServices; }