public ProfileController() { _repo = new UserProfileRepository(); _auth = new AuthRepository(); }
public AccountController() { _repo = new AuthRepository(); _upr = new UserProfileRepository(); }