コード例 #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();
 }