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