示例#1
0
 public InMemoryEmailProvider(IEmailProviderOptions options, IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }
示例#2
0
 public InMemoryEmailProviderType(IInMemoryEmailRepository inMemoryEmailRepository)
 {
     this.inMemoryEmailRepository = inMemoryEmailRepository;
 }