服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
7 天以前 756e6c531d49a4565e47949120cb33bae431566e
Tiger.Business/BizContext.cs
@@ -92,5 +92,10 @@
        {
            return BizContext.Container.Resolve<T>();
        }
        public static dynamic Resolve(string typeFullName)
        {
            return BizContext.Container.Resolve(System.Type.GetType(typeFullName, true));
        }
    }
}