Mineplex2018-withcommit/Website/LOC.Core/SearchConf.cs

14 lines
233 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LOC.Core
{
public class SearchConf
{
public int IdIndex { get; set; }
public int Count { get; set; }
}
}