public class File : IFormFile { public Guid Id { get; set; } ... set; } public void CopyTo(Stream target) { throw new NotImplementedException(); } public Task ...
確定! 回上一頁