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