コード例 #1
0
ファイル: FileService.cs プロジェクト: jangocheng/H-Judge
 public FileService(SeaweedFsService seaweed, FileHostDbContext dbContext)
 {
     this.seaweed   = seaweed;
     this.dbContext = dbContext;
 }