Esempio n. 1
0
 public WebHookEventValidator(
     IWebHookSettingsService arg0,
     IConnClient arg1
     )
 {
     field0 = arg0;
     field1 = arg1;
 }
Esempio n. 2
0
 public WebHookService(
     IWebHookSettingsService arg0,
     IConnWebHookService arg1
     )
 {
     field0 = arg0;
     field1 = arg1;
 }