public ForgotPasswordMethodShould()
 {
     Sut = new AuthControllerSut();
 }
Example #2
0
 public LoginMethodShould()
 {
     AuthControllerSut = new AuthControllerSut();
 }