コード例 #1
0
 protected EntityUploadController(
     IEntityFilesService filesService,
     IMapper mapper)
 {
     this.FilesService = filesService;
     this.Mapper       = mapper;
 }
コード例 #2
0
 public VehiclePhotosController(IEntityFilesService filesService, IMapper mapper)
     : base(filesService, mapper)
 {
 }