aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-21 11:51:25 +0800
committercrupest <crupest@outlook.com>2022-12-21 11:51:25 +0800
commit13a1aef3364c3ecfed41d30ceebdcd255ae8141c (patch)
tree411350f425f767fe6a8b3d1f753c713ea2b0a0e6 /docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets
parent4264d8135c066081dbabb412db17bf537ceab86e (diff)
downloadcrupest-13a1aef3364c3ecfed41d30ceebdcd255ae8141c.tar.gz
crupest-13a1aef3364c3ecfed41d30ceebdcd255ae8141c.tar.bz2
crupest-13a1aef3364c3ecfed41d30ceebdcd255ae8141c.zip
Develop secret api. v51
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons/Secrets/SecretService.cs4
1 files changed, 2 insertions, 2 deletions
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<SecretInfo>, ISecretService
{
- public SecretService(ITableInfoFactory tableInfoFactory, IDbConnectionFactory dbConnectionFactory, EntityJsonHelper<SecretInfo> jsonHelper, ILoggerFactory loggerFactory)
- : base(tableInfoFactory, dbConnectionFactory, jsonHelper, loggerFactory)
+ public SecretService(ITableInfoFactory tableInfoFactory, IDbConnectionFactory dbConnectionFactory, ILoggerFactory loggerFactory)
+ : base(tableInfoFactory, dbConnectionFactory, loggerFactory)
{
}