using DevExpress.XtraReports.Web; using Neo.LegitimateLicences.Common.ViewModels; using Neo.Afx.Services.Reports; using Neo.Afx.Services.Workflows.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.Web.Models.Afx { public class AfxReportViewerModel : ResponsiveAppWorkflowModel { public CachedReportSourceWeb ReportSource { get; set; } } }