removed the namespace extensions which was just useless.

This commit is contained in:
David Lebée
2018-03-06 19:59:17 -06:00
parent 2ee15c08e6
commit 47f31d5b74
11 changed files with 12 additions and 12 deletions
@@ -5,10 +5,9 @@ using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using PoweredSoft.DynamicLinq.Extensions;
using PoweredSoft.DynamicLinq.Fluent;
namespace PoweredSoft.DynamicLinq.EntityFramework.Extensions
namespace PoweredSoft.DynamicLinq.EntityFramework
{
public static class DbContextExtensions
{