This commit is contained in:
sunkaixuan
2017-05-16 13:55:57 +08:00
parent 0340d164a2
commit 9562e71cfa
17 changed files with 18 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ using System.Linq.Expressions;
using OrmTest.Models;
namespace OrmTest.UnitTest
{
public class SelectQuery : ExpTestBase
public class SelectQuery : UnitTestBase
{
private SelectQuery() { }
public SelectQuery(int eachCount)