Ejemplo n.º 1
0
 public GenericSQLiteRepository(ISQLiteDbContext routeSystemContext)
 {
     this.context = routeSystemContext;
     this.set     = routeSystemContext.Set <T>();
 }
Ejemplo n.º 2
0
 public SQLiteData(ISQLiteDbContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }