Exemplo n.º 1
0
    public static void Main(string [] args)
    {
        string message;
        System.Console.WriteLine("Your password has expired and you need to enter a new one");

        Password pass = new Password();
        message = pass.updatePassword();
        System.Console.WriteLine(message);
    }