final update
This commit is contained in:
13
Website/LOC.Core/SearchConf.cs
Normal file
13
Website/LOC.Core/SearchConf.cs
Normal file
@ -0,0 +1,13 @@
|
||||
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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user