select builder started.

This commit is contained in:
David Lebée
2018-03-12 22:01:41 -05:00
parent 23d1161667
commit 436bd5ab98
3 changed files with 26 additions and 2 deletions
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace PoweredSoft.DynamicLinq.Fluent
{
public class SelectBuilder
{
}
}