dotnet-dynamic-linq/PoweredSoft.DynamicLinq/Fluent/Select/SelectBuilder.cs

12 lines
160 B
C#
Raw Normal View History

2018-03-12 23:01:41 -04:00
using System;
using System.Collections.Generic;
using System.Text;
namespace PoweredSoft.DynamicLinq.Fluent
{
public class SelectBuilder
{
}
}