Example #1
0
 public LoginController()
 {
     _authenticationRepository = new UserAuthenticationRepository();
 }
 public RegistrationController()
 {
     _authenticationRepository = new UserAuthenticationRepository();
 }