mirror of
https://github.com/Biarity/Sieve.git
synced 2025-04-12 15:02:53 +02:00
Fix grammar errors
This commit is contained in:
parent
5c2ef3773e
commit
7a24bc8f27
@ -4,7 +4,7 @@ using System.Linq.Expressions;
|
|||||||
|
|
||||||
namespace Sieve.Extensions
|
namespace Sieve.Extensions
|
||||||
{
|
{
|
||||||
public static partial class LinqExtentions
|
public static partial class LinqExtensions
|
||||||
{
|
{
|
||||||
public static IQueryable<TEntity> OrderByDynamic<TEntity>(
|
public static IQueryable<TEntity> OrderByDynamic<TEntity>(
|
||||||
this IQueryable<TEntity> source,
|
this IQueryable<TEntity> source,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Sieve.Extensions
|
namespace Sieve.Extensions
|
||||||
{
|
{
|
||||||
public static partial class TypeExtentions
|
public static partial class TypeExtensions
|
||||||
{
|
{
|
||||||
public static bool IsNullable(this Type type)
|
public static bool IsNullable(this Type type)
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user