Beispiel #1
0
        } = new TwilioRouter();                                                 // TODO: switch to DI


        public void Send(IEntity notifier, Notification notification, IEnumerable <IEntity> people, bool expectReply)
        {
            Delegates.Batch(people, BatchSize, (batch) =>
            {
                SendBatch(notifier, notification, batch, expectReply);
            });
        }