using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Sleis.Models { public abstract class UnitProcessControlApproach : ControlApproach { public virtual int UnitProcessId { get; set; } } }