1
0
Files

14 lines
233 B
C#
Raw Permalink Normal View History

2021-08-19 16:35:32 +07:00
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; }
}
}