miniSql

创建
zgc123@gmail.com authored at 11/19/2023 1:40:15 AM
248.00 B
Select_query_tests.cs
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
	}
}