mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
完成流程模板列表
This commit is contained in:
12
OpenAuth.Domain/Interface/IWorkflowSchemeRepository.cs
Normal file
12
OpenAuth.Domain/Interface/IWorkflowSchemeRepository.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
public interface IWorkflowSchemeRepository : IRepository<WorkflowScheme>
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user