Exemplo n.º 1
0
 public MadeWithLoveHandler(MadeWithLoveOptions options = null)
 {
     this.options = options ?? new MadeWithLoveOptions();
 }
Exemplo n.º 2
0
 public MadeWithLoveHandler(HttpMessageHandler handler, MadeWithLoveOptions options = null)
     : base(handler)
 {
     this.options = options ?? new MadeWithLoveOptions();
 }