root/trunk/Wierszowki/Wierszowki.Web/Models/Interfaces/IFormsAuthentication.cs
@
752
| Wersja 752, 194 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [752] | 1 | namespace Wierszowki.Models.Interfaces |
| 2 | { | |
| 3 | public interface IFormsAuthentication | |
| 4 | { | |
| 5 | void SignIn(string userName, bool createPersistentCookie); | |
| 6 | void SignOut(); | |
| 7 | } | |
| 8 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
