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