public static Func<TDbTable, bool> GetWhereClauseForAll<TDbTable, TEntity>(
this List<TEntity> objects,
Func<TEntity, Func<TDbTable, bool>> comparison)
...
namespace Utilities
{
using System;
...
C# StringExt.cs (String Extens...
Ok take it easy on me, I ju...
Suddenly found myself havin...