我的存储库中有一个函数,它接受 IFormFile 类型的参数。 public async Task<bool> UploadFile(IFormFile file) { // do some stuff and save the ...
確定! 回上一頁