コード例 #1
0
        public static void AddEFCore(this IContainer container, DefaultLifeStyleOption defaultDbContextLifeStyle)
        {
            var efCoreFacility = new EFCoreFacility(defaultDbContextLifeStyle);

            efCoreFacility.Init(container);
        }
コード例 #2
0
        public static void AddEFCore(this IContainer container)
        {
            var efCoreFacility = new EFCoreFacility();

            efCoreFacility.Init(container);
        }