Exemplo n.º 1
0
 public Pushover(IPushoverProxy proxy)
 {
     _proxy = proxy;
 }
Exemplo n.º 2
0
 public Pushover(IPushoverProxy pushoverProxy)
 {
     _pushoverProxy = pushoverProxy;
 }