示例#1
0
        public TinyCrmFixture()
        {
            Container = ServiceRegistrator
                        .GetContainer()
                        .BeginLifetimeScope();

            DbContext = Container.Resolve <TinyCrmDbContext>();
        }
示例#2
0
 public CrowdfundFixture()
 {
     Container = ServiceRegistrator.GetContainer().BeginLifetimeScope();
     DbContext = Container.Resolve <CrowdfundDbContext>();
 }