예제 #1
0
파일: Pushover.cs 프로젝트: whoshoe/Readarr
 public Pushover(IPushoverProxy proxy)
 {
     _proxy = proxy;
 }
예제 #2
0
 public Pushover(IPushoverProxy pushoverProxy)
 {
     _pushoverProxy = pushoverProxy;
 }