EDMI: clean up service
This commit is contained in:
@@ -239,8 +239,8 @@ Public Class EDMIService
|
||||
Using oSource As FileStream = IO.File.OpenRead(oFullPath)
|
||||
oSource.CopyTo(oDestination)
|
||||
End Using
|
||||
|
||||
oDestination.Seek(0, SeekOrigin.Begin)
|
||||
|
||||
Dim oMessage As New Messages.DocumentStreamResponse() With {
|
||||
.FileName = oFileInfo.Name,
|
||||
.FileContents = oDestination
|
||||
|
||||
Reference in New Issue
Block a user