コード例 #1
0
        public static void Initialize(TestContext testContext)
        {
            List <Type> allTypes = AppBase.GetAlltypes().ToList();

            AppBase.DependencyInjectionManager = new UnityDependencyInjectionManager(allTypes);

            Core.Cmn.AppBase.LogService = new Core.Service.LogService(BuildNewContext());
            //Core.Cmn.AppBase.BuildEntityInfoDic(Core.Cmn.AppBase.GetAlltypes());
        }