using System; namespace InABox.Core { public interface IDigitalForm { } public interface IDigitalForm : IDigitalForm { [Obsolete("Being Replaced with Form", true)] QAFormLink QAForm { get; set; } DigitalFormLink Form { get; set; } } }