mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-30 17:35:48 +08:00
wip: 🧠 初步的框架
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using NetAdmin.Application.Services;
|
||||
using NetAdmin.SysComponent.Application.Modules.Sys;
|
||||
|
||||
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
|
||||
/// <summary>
|
||||
/// 人机验证服务
|
||||
/// </summary>
|
||||
public interface ICaptchaService : IService, ICaptchaModule { }
|
||||
Reference in New Issue
Block a user