AuthenticationExample.Web.Controllers.SessionController.SessionController C# (CSharp) Method

SessionController() public method

public SessionController ( IAuthenticator authenticator, IRepository repository ) : System
authenticator IAuthenticator
repository IRepository
return System
		public SessionController(IAuthenticator authenticator, IRepository repository)
		{
			_authenticator = authenticator;
			_repository = repository;
		}