using System; using System.Collections.Generic; using System.Linq; using System.Web; /// /// Summary description for Masterproperty /// public class Masterproperty { public bool IsSucess { get; set; } public string Message { get; set; } public object ResponseData { get; set; } public string CallBack { get; set; } }