Exemplo n.º 1
0
        public string CheckByPhone(string Phone, int id)
        {
            var result = _api.CheckPhone(Phone.Trim(), id);

            return(result == 1 ? "false" : "true");
        }