Example #1
0
        //private readonly IGrantUrlTesterService _grantUrlTester;

        public WebhooksController(
            WebhooksContext dbContext, IIdentityService identityService,
            IGrantUrlTesterService grantUrlTester)
        {
            _dbContext       = dbContext;
            _identityService = identityService;
            //_grantUrlTester = grantUrlTester;
        }
 public WebhooksRetriever(WebhooksContext db)
 {
     _db = db;
 }