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

14 lines
233 B
C#
Raw Normal View History

2015-05-13 09:00:37 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LOC.Core
{
public class SearchConf
{
public int IdIndex { get; set; }
2015-05-13 09:00:37 +02:00
public int Count { get; set; }
}
}