예제 #1
0
 public WebhookEventsSqlStore(WebhooksSqlConnection sqlConnection)
 {
     this.sqlConnection = sqlConnection;
 }
 public WebhookSendAttemptSqlStore(WebhooksSqlConnection sqlConnection)
 {
     this.sqlConnection = sqlConnection;
 }