dotnet-dynamic-linq/PoweredSoft.DynamicLinq/Fluent/Select/SelectBuilder.cs
2018-03-12 22:01:41 -05:00

12 lines
160 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace PoweredSoft.DynamicLinq.Fluent
{
public class SelectBuilder
{
}
}