mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
routine update
This commit is contained in:
@@ -13,14 +13,6 @@ namespace OpenAuth.App
|
||||
public class FlowSchemeApp :BaseApp<FlowScheme>
|
||||
{
|
||||
|
||||
|
||||
|
||||
public FlowScheme GetEntity(string keyValue)
|
||||
{
|
||||
return UnitWork.FindSingle<FlowScheme>(u => u.Id == keyValue);
|
||||
}
|
||||
|
||||
|
||||
public void UpdateState(string keyValue, int state)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
Reference in New Issue
Block a user