Beispiel #1
0
        public async Task <IActionResult> DeleteAsync([FromRoute] Guid userId)
        {
            await _deleteUserService.DeleteAsync(userId);

            return(NoContent());
        }