コード例 #1
0
ファイル: MapiWrapper.cs プロジェクト: pnoble04/naps2
 public MapiWrapper(SystemEmailClients systemEmailClients, IUserConfigManager userConfigManager)
 {
     this.systemEmailClients = systemEmailClients;
     this.userConfigManager  = userConfigManager;
 }
コード例 #2
0
 public MapiWrapper(SystemEmailClients systemEmailClients)
 {
     this.systemEmailClients = systemEmailClients;
 }