Esempio n. 1
0
 public void UseGravatar()
 {
     profile.UseGrAvatar = 1;
     _profileRepository.SaveProfile(profile);
     _alertService.AddNewAvatarAlert();
     _redirector.GoToProfilesProfile();
 }
Esempio n. 2
0
 protected void lb_account_Click(object sender, EventArgs e)
 {
     _redirector.GoToProfilesProfile();
 }