AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.DeleteUser C# (CSharp) Méthode

DeleteUser() public méthode

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