Esempio n. 1
0
        /// <summary>
        /// Method that call presenter to delete user account
        /// </summary>
        public void DeleteAccount()
        {
            // call presenter method
            _presenter.DeleteAccount();

            // change view to log in view
            GoToLogIn();
        }