mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 调整 命名空间,归纳 FreeSql.Interface;
This commit is contained in:
@ -8,7 +8,7 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
public static class FreeSqlGlobalExtensions {
|
||||
public static partial class FreeSqlGlobalExtensions {
|
||||
|
||||
public static FreeSql.ISelect<T> Queryable<T>(this IFreeSql freesql) where T : class => freesql.Select<T>();
|
||||
|
||||
|
Reference in New Issue
Block a user