14 lines
233 B
C#
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; }
|
|
}
|
|
}
|