mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-01 14:03:25 +08:00
全面修改Id为Guid类型,为2.0版做准备
This commit is contained in:
@@ -33,9 +33,9 @@ namespace OpenAuth.Domain.Interface
|
||||
|
||||
int GetCount<T>(Expression<Func<T, bool>> exp = null) where T:class;
|
||||
|
||||
void Add<T>(T entity) where T:class;
|
||||
void Add<T>(T entity) where T:Entity;
|
||||
|
||||
void BatchAdd<T>(T[] entities) where T:class;
|
||||
void BatchAdd<T>(T[] entities) where T:Entity;
|
||||
|
||||
/// <summary>
|
||||
/// 更新一个实体的所有属性
|
||||
|
||||
Reference in New Issue
Block a user