dotnet-dynamic-linq/PoweredSoft.DynamicLinq/Helpers/QueryablePathHelpers.cs

13 lines
201 B
C#
Raw Normal View History

2018-03-26 21:42:49 -04:00
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text;
namespace PoweredSoft.DynamicLinq.Helpers
{
2018-03-26 21:42:49 -04:00
public static class QueryablePathHelpers
{
2018-03-26 21:42:49 -04:00
}
}