Ejemplo n.º 1
0
 public GenericSQLRepository(IRoutesSystemDbContext routeSystemContext)
 {
     this.context = routeSystemContext;
     this.set     = routeSystemContext.Set <T>();
 }
 public RouteSystemData(IRoutesSystemDbContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }