Example #1
0
 public ProfileController()
 {
     _repo = new UserProfileRepository();
     _auth = new AuthRepository();
 }
Example #2
0
 public AccountController()
 {
     _repo = new AuthRepository();
     _upr = new UserProfileRepository();
 }