miniSql

6136600 » zgc123@gmail.com
11/19/2023 创建
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;

namespace MiniSqlQuery.Tests.QueryGeneration
{
	[TestFixture]
	public class Select_query_tests
	{
		// todo: migrate with MOQ etc
	}
}