Exemplo n.º 1
0
 public LoginController(SignupRepository <Signup> signupRepository)
 {
     _signupRepository = signupRepository;
 }
Exemplo n.º 2
0
 public ForgotController(SignupRepository <Signup> signupRepository)
 {
     _signupRepository = signupRepository;
 }