Exemplo n.º 1
0
        public async Task <IActionResult> Delete(int propertyId)
        {
            var isSuccess = await CarPropertyLogic.Delete(GetToken(), propertyId);

            return(Ok(isSuccess));
        }