コード例 #1
0
 public TimeGraphRepository(TimeGraphContext context)
 {
     this._timeGraphContext = context;
 }
コード例 #2
0
 public Query(TimeGraphContext dbContext, IServiceScopeFactory serviceScopeFactory)
 {
     this.dbContext = dbContext;
     this.service   = serviceScopeFactory;
 }
コード例 #3
0
ファイル: Query.cs プロジェクト: rwas2505/TimeGraphServer
 public Query(TimeGraphContext dbContext)
 {
     this.dbContext = dbContext;
 }