全面修改Id为Guid类型,为2.0版做准备

This commit is contained in:
yubaolee
2016-09-02 18:05:17 +08:00
parent a8fd59e247
commit 574f5f9e1f
327 changed files with 10071 additions and 18206 deletions

View File

@@ -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>
/// 更新一个实体的所有属性