Exemplo n.º 1
0
 public SenderBuilder()
 {
     configuration = new SenderConfiguration();
 }
Exemplo n.º 2
0
 public SenderService(SenderConfiguration configuration, SenderHooks hooks)
 {
     context = new SenderContext(configuration, hooks);
 }