Exemple #1
0
 public LoginController(SignupRepository <Signup> signupRepository)
 {
     _signupRepository = signupRepository;
 }
Exemple #2
0
 public ForgotController(SignupRepository <Signup> signupRepository)
 {
     _signupRepository = signupRepository;
 }