Interface | Description |
---|---|
ILoginController |
Interface for the login controller
|
ILoginView |
Interface for the login view, which lets the user create a new account and
login
|
Class | Description |
---|---|
LoginController |
Implementation for the login controller
|
LoginView |
Implementation for the login view, which lets the user create a new account
and login
|
LoginView.TextFieldValidator |