/// <summary> /// Initializes a new instance of the <see cref="MockEmailTemplateService"/> class. /// </summary> /// <param name="context">The context.</param> public MockEmailTemplateService(MockRailsEngineContext context) { this.context = context; }
/// <summary> /// Initializes a new instance of the <see cref="MockSmtpSender"/> class. /// </summary> /// <param name="context">The context.</param> public MockSmtpSender(MockRailsEngineContext context) { this.context = context; }