add Data Support ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.IO;
|
||||
using xModels.Base;
|
||||
|
||||
namespace xFileService.Models.Dtos
|
||||
{
|
||||
public class XFileStreamDescriptorDto : XBaseDto
|
||||
{
|
||||
public Stream Stream { get; set; }
|
||||
public string MIMEType { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Path { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user