AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.DeleteUser C# (CSharp) Method

DeleteUser() public method

public DeleteUser ( string username, bool deleteAllRelatedData ) : bool
username string
deleteAllRelatedData bool
return bool
        public override bool DeleteUser(string username, bool deleteAllRelatedData)
        {
            throw new NotImplementedException();
        }