Example #1
0
        public IHttpActionResult GetAllPropertyDataForMoveById(string id, string property)
        {
            var content = _moveService.GetPropertyDataWhereId(id, property);

            return(Result(content));
        }