From 13a1aef3364c3ecfed41d30ceebdcd255ae8141c Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 21 Dec 2022 11:51:25 +0800 Subject: Develop secret api. v51 --- .../CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs') diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs index 69acad3..c2242ff 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs @@ -5,8 +5,8 @@ namespace CrupestApi.Commons.Secrets; public class SecretService : CrudService, ISecretService { - public SecretService(ITableInfoFactory tableInfoFactory, IDbConnectionFactory dbConnectionFactory, EntityJsonHelper jsonHelper, ILoggerFactory loggerFactory) - : base(tableInfoFactory, dbConnectionFactory, jsonHelper, loggerFactory) + public SecretService(ITableInfoFactory tableInfoFactory, IDbConnectionFactory dbConnectionFactory, ILoggerFactory loggerFactory) + : base(tableInfoFactory, dbConnectionFactory, loggerFactory) { } -- cgit v1.2.3