From 0f24398ac2de72dda418d0177b93978bafca1434 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 22 Dec 2022 17:47:07 +0800 Subject: Develop secret api. v58 --- .../crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs') diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs index ea8197a..39c7b43 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/EntityJsonHelper.cs @@ -11,7 +11,7 @@ public class EntityJsonHelper where TEntity : class private readonly TableInfo _table; private readonly IOptionsMonitor _jsonSerializerOptions; - public EntityJsonHelper(TableInfoFactory tableInfoFactory, IOptionsMonitor jsonSerializerOptions) + public EntityJsonHelper(ITableInfoFactory tableInfoFactory, IOptionsMonitor jsonSerializerOptions) { _table = tableInfoFactory.Get(typeof(TEntity)); _jsonSerializerOptions = jsonSerializerOptions; -- cgit v1.2.3