コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SetDoNotEmailForUserHandler"/> class.
 /// </summary>
 /// <param name="changer">The changer.</param>
 public SetDoNotEmailForUserHandler(IDoNotEmailForUserFlagChanger changer)
 {
     _changer = changer;
 }