public InMemoryEmailProvider(IEmailProviderOptions options, IInMemoryEmailRepository inMemoryEmailRepository) { this.inMemoryEmailRepository = inMemoryEmailRepository; }
public InMemoryEmailProviderType(IInMemoryEmailRepository inMemoryEmailRepository) { this.inMemoryEmailRepository = inMemoryEmailRepository; }