服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
4 天以前 8ca0a4e167bcfe8ea99efe615c1c0f1bc62255a5
Tiger.Api/iBiz/Biz.cs
@@ -19,12 +19,12 @@
        public static IDbBase Base => _Biz.DbBase();
        /// <summary>
        /// 主数据库客户端
        /// 指定名称数据库客户端
        /// </summary>
        public static DbClient DB(string name = "") => _Biz.DB(name);
        /// <summary>
        /// 主数据库基础方法
        /// 指定名称数据库基础方法
        /// </summary>
        public static IDbBase DbBase(string name = "") => _Biz.DbBase(name);
    }