Routine Update

This commit is contained in:
yubaolee
2015-11-06 22:56:26 +08:00
parent 3170191db6
commit 02ef43c0d1
5 changed files with 23 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenAuth.App
public void ModifyOrg(Org org)
{
_repository.Update(u =>u.Id == org.Id,org);
_repository.Update(org);
}
/// <summary>