helpcenter/Web/App_Code/Models/HelpCenterModel.cs
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

28 lines
434 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
/// <summary>
/// Summary description for HelpCenterModel
/// </summary>
public class HelpCenterModel
{
public HelpCenterModel()
{
//
// TODO: Add constructor logic here
//
}
public string NoResults
{
get;
set;
}
public string WaterMark
{
get;
set;
}
}