BExIS.Security.Services.Objects.SecurityQuestionManager.DeleteSecurityQuestionById C# (CSharp) Method

DeleteSecurityQuestionById() public method

public DeleteSecurityQuestionById ( long id ) : bool
id long
return bool
        public bool DeleteSecurityQuestionById(long id)
        {
            throw new NotImplementedException();
        }