Пример #1
0
 public InMemoryEmailProvider(IEmailProviderOptions options, IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }
Пример #2
0
 public InMemoryEmailProviderType(IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }