Example #1
0
 /// <summary>
 /// Initialises a new instance of the EmailHelper class.
 /// </summary>
 public EmailHelper()
 {
     this._settings = Settings.Default;
 }
 /// <summary>
 /// Initialises a new instance of the WebClientService class.
 /// </summary>
 public WebClientService(IEmailHelper emailHelper)
 {
     this._emailHelper = emailHelper;
     this._settings = Settings.Default;
 }