Exemple #1
0
        public Bitmap Response(ref string output)
        {
            string st  = "";
            var    str = _repository.GetVerificationCodeMap(ref st);

            output = st;
            return(str);
        }