We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added tests for PoorMansContainer
UsersDatabase as interface implementation with IDbConnection
replaced custom container with Autofac
replaced manual object creation with PoorMansContainer in WebServer
first test for users controller
controller takes 2 interfaces as dependencies
cannot create EmailService without IEmailTemplateGenerator impl
email validator broken
created project for tests
added ActivationLinkGenerator