18 lines
375 B
C#
18 lines
375 B
C#
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
|
|
{
|
|
}
|
|
} |