using Neo.Afx.Services.Workflows.Entities; using Neo.LegitimateLicences.AccreditationCancelRequest.Models.Database; using Neo.LegitimateLicences.Common; using Neo.LegitimateLicences.Common.Helpers; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.AccreditationCancelRequest { public class AccreditationCancelRequestBaseModel : Common.ViewModels.ResponsiveAppWorkflowModel { } }