booking_auth_dev
wet 2 years ago
parent 13e07d73a5
commit 26ada4888f

@ -550,7 +550,7 @@ namespace Myshipping.Application
FilePath = fileRelaPath,
TypeCode = dto.TypeCode,
TypeName = dto.TypeName,
BookingId= dto.BookingId
};
await _bookingfile.InsertAsync(newFile);
using (var stream = File.Create(fileAbsPath))

Loading…
Cancel
Save