예제 #1
0
        public async override Task <IActionResult> DeleteLdapAuthenticationModeAsync([FromRoute, Required] Guid ldapAuthenticationModeId)
        {
            await authenticationModeService.DeleteAsync(ldapAuthenticationModeId);

            return(NoContent());
        }