取消 FreeSql.Interface 调整

This commit is contained in:
28810
2019-05-07 22:13:15 +08:00
parent e1c43d6c1c
commit e970bd731b
67 changed files with 910 additions and 953 deletions

View File

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