using System; namespace PRSDesktop { public interface IQuotePage { Guid ParentID { get; set; } } }