mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 移除 ISelect<T> where T : class 约束限制;#515
This commit is contained in:
		@@ -11,7 +11,7 @@ using System.Threading.Tasks;
 | 
			
		||||
namespace FreeSql.ShenTong.Curd
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    class ShenTongUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1> where T1 : class
 | 
			
		||||
    class ShenTongUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1>
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        public ShenTongUpdate(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, object dywhere)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user