BaseRepository新增update方法
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ZR.Repository
|
||||
#endregion add
|
||||
|
||||
#region update
|
||||
|
||||
IUpdateable<T> Updateable(T entity);
|
||||
int Update(T entity, bool ignoreNullColumns = false);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user