Exemplo n.º 1
0
 public InMemoryEmailProvider(IEmailProviderOptions options, IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }
Exemplo n.º 2
0
 public InMemoryEmailProviderType(IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }