namespace Wierszowki.Models.Interfaces { public interface IFormsAuthentication { void SignIn(string userName, bool createPersistentCookie); void SignOut(); } }