Méthode | Description | |
---|---|---|
Index ( string login, string password ) : System.Web.Mvc.ActionResult | ||
LogOut ( ) : System.Web.Mvc.ActionResult | ||
LoginController ( IPETianoService petianoService ) : System |
Méthode | Description | |
---|---|---|
LogIn ( string login, bool createPersistentCookie ) : void | ||
_IsValid ( string login, string password ) : bool |
public Index ( string login, string password ) : System.Web.Mvc.ActionResult | ||
login | string | |
password | string | |
Résultat | System.Web.Mvc.ActionResult |
public LogOut ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public LoginController ( IPETianoService petianoService ) : System | ||
petianoService | IPETianoService | |
Résultat | System |