예제 #1
0
 public FileService(SeaweedFsService seaweed, FileHostDbContext dbContext)
 {
     this.seaweed   = seaweed;
     this.dbContext = dbContext;
 }