コード例 #1
0
 public ResourceService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #2
0
ファイル: AccessLogService.cs プロジェクト: lianggx/mystaging
 public AccessLogService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #3
0
 public UserService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }