namespace Admin.NET.Application { /// /// /// public interface IClickWordCaptcha { /// /// /// /// /// Task CheckCode(ClickWordCaptchaInput input); /// /// /// /// /// /// /// /// Task CreateCaptchaImage(string code, int width, int height, int point = 3); /// /// /// /// /// string RandomCode(int number); } }