From abf3ceabdd98abd0d955b03732e581a43c4e9fb0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 13 一月 2025 15:01:31 +0800 Subject: [PATCH] 解决冲突 --- Yw.BLL.Unit.Core/04-bll/09-dbfirst/UnitDbFirstHelper.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/Yw.BLL.Unit.Core/04-bll/09-dbfirst/UnitDbFirstHelper.cs b/Yw.BLL.Unit.Core/04-bll/09-dbfirst/UnitDbFirstHelper.cs new file mode 100644 index 0000000..98c2060 --- /dev/null +++ b/Yw.BLL.Unit.Core/04-bll/09-dbfirst/UnitDbFirstHelper.cs @@ -0,0 +1,20 @@ +锘縩amespace Yw.BLL +{ + /// <summary> + /// + /// </summary> + public class UnitDbFirstHelper + { + private readonly Yw.CAL.IUnitDbFirstHelper _cal = CALCreateHelper.CreateCAL<Yw.CAL.IUnitDbFirstHelper>(); + + /// <summary> + /// + /// </summary> + public Task<bool> Initial() + { + return _cal.Initial(); + } + + + } +} -- Gitblit v1.9.3