- 调整 命名空间,归纳 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

@ -4,7 +4,7 @@ using System.Data;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace FreeSql {
namespace FreeSql.Interface {
public interface ISelect<T1, T2, T3, T4, T5, T6, T7> : ISelect0<ISelect<T1, T2, T3, T4, T5, T6, T7>, T1> where T1 : class where T2 : class where T3 : class where T4 : class where T5 : class where T6 : class where T7 : class {
bool Any(Expression<Func<T1, T2, T3, T4, T5, T6, T7, bool>> exp);