mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 19:04:44 +08:00
Routine Update
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenAuth.App
|
||||
|
||||
public void ModifyOrg(Org org)
|
||||
{
|
||||
_repository.Update(u =>u.Id == org.Id,org);
|
||||
_repository.Update(org);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user