using Neo.LegitimateLicences.Common.ViewModels; 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 AfxTasksModel : ResponsiveAppWorkflowModel { public bool CanReassign { get; set; } } }