Пример #1
0
 public EntitySpacesOrmFramework(IDataStore dataStore, RequestContext context, IAutoMapperFramework autoMapperFramework)
     : base(context.Zeus.Output)
 {
     this._dataStore = dataStore;
     this._context = context;
     this._database = context.Database;
     this._dialog = context.Dialog;
     this._commonGenerators = new CommonGenerators(context);
     this._autoMapperFramework = autoMapperFramework;
 }
Пример #2
0
 public EntitySpacesOrmFramework(IDataStore dataStore, RequestContext context, IAutoMapperFramework autoMapperFramework)
     : base(context.Zeus.Output)
 {
     this._dataStore           = dataStore;
     this._context             = context;
     this._database            = context.Database;
     this._dialog              = context.Dialog;
     this._commonGenerators    = new CommonGenerators(context);
     this._autoMapperFramework = autoMapperFramework;
 }