mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
Routine Update
This commit is contained in:
@@ -31,6 +31,9 @@ namespace OpenAuth.Domain.Interface
|
||||
|
||||
void Add(T entity);
|
||||
|
||||
/// <summary>
|
||||
/// 更新一个实体的所有属性
|
||||
/// </summary>
|
||||
void Update(T entity);
|
||||
|
||||
void Delete(T entity);
|
||||
|
Reference in New Issue
Block a user