using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; namespace Neo.LegitimateLicences.InterDepartment { public class ReleaseDataModel : ResponsiveAppBaseModel { public List PendingApplications { get; set; } } }