Initial ...
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using xCommons.Extensions;
|
||||
using xExceptions.Constants;
|
||||
using xModels.Base;
|
||||
using xIds.Constants;
|
||||
|
||||
namespace xIds.Extensions
|
||||
{
|
||||
public static class IQueryableExtensions
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user