crazyfox55 / VotingApplication

An application creating ballots, collecting votes, and registering voters.
2 stars 0 forks source link

Email service injection #7

Closed crazyfox55 closed 6 years ago

crazyfox55 commented 6 years ago

Moved the code within the Register controller for sending emails to its own service. Used dependency injection so controllers can easily use the services.