mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-19 03:31:29 +00:00
6 lines
No EOL
150 B
C#
6 lines
No EOL
150 B
C#
namespace LBPUnion.ProjectLighthouse.Servers.Website.Captcha;
|
|
|
|
public interface ICaptchaService
|
|
{
|
|
Task<bool> VerifyCaptcha(HttpRequest request);
|
|
} |