コード例 #1
0
        public async Task <IHttpActionResult> GetBeaconsForMobile(int clientId)
        {
            var beacon = await _beaconManager.QueryAsyncForMobile(clientId);

            return(Ok(beacon));
        }