Ejemplo n.º 1
0
        public GmailProvider(IMailAdapter mailAdaptor, IMailboxLabels mailboxLabels)
        {
            Check.If(mailAdaptor).IsNotNull();
            Check.If(mailboxLabels).IsNotNull();

            _mailAdaptor = mailAdaptor;
            _mailboxLabels = mailboxLabels;
        }
Ejemplo n.º 2
0
 public GmailProvider(IMailAdapter mailAdaptor, IMailboxLabels mailboxLabels)
 {
     _mailAdaptor = mailAdaptor;
     _mailboxLabels = mailboxLabels;
 }