using System.IO; namespace Luticate2.Utils.Dbo.FsFiles { public class LuFsFilesAddDbo { public string Path { get; set; } public Stream File { get; set; } } }