コード例 #1
0
 public ConfigurationController(IProfitLossService profitLossService)
 {
     this._profitLossService = profitLossService;
 }
コード例 #2
0
 public PLController(IProfitLossService profitLossService, IEmailService emailService, IFileDownloadService fileDownloadService)
 {
     this._profitLossService   = profitLossService;
     this._emailService        = emailService;
     this._fileDownloadService = fileDownloadService;
 }