public void Generate()
 {
     IMapperConfiguration mapperConfig = new DataObjectsAutoMapperConfiguration(_context);
     IMapperExtensions mapperExtensions = new EntitySpacesAutoMapperExtensions(_context);
     IAutoMapperFramework mapper = new RenderDataObjectsAutoMapper(_context, mapperConfig, mapperExtensions);
     IORMFramework ormFramework = new EntitySpacesOrmFramework(_dataStore, _context, mapper);
     ormFramework.Generate();
 }
Esempio n. 2
0
        public void Generate()
        {
            IMapperConfiguration mapperConfig     = new DataObjectsAutoMapperConfiguration(_context);
            IMapperExtensions    mapperExtensions = new EntitySpacesAutoMapperExtensions(_context);
            IAutoMapperFramework mapper           = new RenderDataObjectsAutoMapper(_context, mapperConfig, mapperExtensions);
            IORMFramework        ormFramework     = new EntitySpacesOrmFramework(_dataStore, _context, mapper);

            ormFramework.Generate();
        }