mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
routine update
This commit is contained in:
@@ -79,9 +79,10 @@ namespace OpenAuth.Domain.Service
|
||||
}
|
||||
}
|
||||
|
||||
public void RemoveForm(string keyValue)
|
||||
public void RemoveForm(Guid keyValue)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
_unitWork.Delete<WFSchemeInfo>(u => u.Id == keyValue);
|
||||
_unitWork.Delete<WFSchemeContent>(u =>u.SchemeInfoId == keyValue);
|
||||
}
|
||||
|
||||
public WFSchemeInfo GetEntity(Guid keyValue)
|
||||
|
Reference in New Issue
Block a user