Exemple #1
0
        public async Task <IHttpActionResult> GetJson(string mobile)
        {
            ClientEntity entity = app.GetClientInfoByMobile(mobile);

            return(Ok(entity));
        }