mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-20 15:09:36 +08:00
12 lines
209 B
C#
12 lines
209 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
|
|||
|
namespace OpenAuth.Domain.Interface
|
|||
|
{
|
|||
|
public interface IWorkflowSchemeRepository : IRepository<WorkflowScheme>
|
|||
|
{
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|