Esempio n. 1
0
 public ProfileController()
 {
     _repo = new UserProfileRepository();
     _auth = new AuthRepository();
 }
Esempio n. 2
0
 public AccountController()
 {
     _repo = new AuthRepository();
     _upr = new UserProfileRepository();
 }