using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace GSMarketSys.Controllers { public class HelpViewModel { public string HelpId { get; set; } public string FunctionId { get; set; } public string HelpTitle { get; set; } public string HelpKeyWords { get; set; } public string HelpContent { get; set; } public string Sequence { get; set; } } }