- 调整 命名空间,归纳 FreeSql.Interface;

This commit is contained in:
28810
2019-05-07 20:20:38 +08:00
parent 59b1b7220d
commit 22a6c3d93e
71 changed files with 1033 additions and 1037 deletions

View File

@ -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>();