Exemplo n.º 1
0
        public async Task <IActionResult> DeleteByUserIdAsync(string userId)
        {
            await _companyServices.DeleteCompanyByUserIdAsync(userId);

            return(Ok());
        }