コード例 #1
0
 public BaseUploadController(IUploadingGeneratorService uploadingGeneratorService, ICacheService cache)
 {
     this.uploadingGeneratorService = uploadingGeneratorService;
     this.cache = cache;
 }
コード例 #2
0
 public UploadBaseController(IUploadingGeneratorService uploadingGeneratorService)
 {
     this.uploadingGeneratorService = uploadingGeneratorService;
 }