public TimeGraphRepository(TimeGraphContext context)
 {
     this._timeGraphContext = context;
 }
Example #2
0
 public Query(TimeGraphContext dbContext, IServiceScopeFactory serviceScopeFactory)
 {
     this.dbContext = dbContext;
     this.service   = serviceScopeFactory;
 }
Example #3
0
 public Query(TimeGraphContext dbContext)
 {
     this.dbContext = dbContext;
 }