예제 #1
0
 public void UseGravatar()
 {
     profile.UseGrAvatar = 1;
     _profileRepository.SaveProfile(profile);
     _alertService.AddNewAvatarAlert();
     _redirector.GoToProfilesProfile();
 }
예제 #2
0
파일: Temp.Master.cs 프로젝트: ngocpq/MHX2
 protected void lb_account_Click(object sender, EventArgs e)
 {
     _redirector.GoToProfilesProfile();
 }