using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CLIP.eForm.Consent.Entity { [Serializable] public class SingleReturnData { public SingleReturnData() { } public string responseData { get; set; } } }