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