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