duheng
2024-07-29 e0e3ba17d3e48a586c49b9fe84e2c791438651bd
BLL/HStation.BLL.Phart.Core/04-bll/09-dbfirst/XhsDbFirstHelper.cs
@@ -1,9 +1,9 @@
namespace HStation.BLL
{
    /// <summary>
    ///
    ///
    /// </summary>
    public class XhsDbFirstHelper : HStation.CAL.IXhsDbFirstHelper
    public class XhsPhartDbFirstHelper : HStation.CAL.IXhsDbFirstHelper
    {
        private readonly HStation.CAL.IXhsDbFirstHelper _cal = CALCreateHelper.CreateCAL<HStation.CAL.IXhsDbFirstHelper>();
@@ -12,4 +12,4 @@
            return _cal.Initial();
        }
    }
}
}