using System.IO; namespace AsbCloudApp.Data { public class ReportPropertiesDto { public FileStream Filestream { get; set; } public string ContentType { get; set; } public string FileName { get; set; } } }