public DataAccessService(EntityApp app, EntityCache sharedCache = null) { _app = app; _events = new DataSourceEvents(this); }
public DataAccessService(EntityApp app, EntityCache sharedCache = null) { _app = app; _events = new DataSourceEvents(this); app.RegisterService<IDataAccessService>(this); }