Example #1
0
        public JsonResult Get(int id)
        {
            UsuarioServiceClient cliente = new UsuarioServiceClient();

            return(Json(cliente.Get(id.ToString()), JsonRequestBehavior.AllowGet));
        }