コード例 #1
0
 public ReportController(IReportApplicationService reportApplicationService,
                         IBranchRepository branchRepository,
                         IProductTypeRepository productTypeRepository,
                         ICoupanApplicationService coupanApplicationService)
 {
     this._reportApplicationService = reportApplicationService;
     this._branchRepository         = branchRepository;
     this._productTypeRepository    = productTypeRepository;
     this._coupanApplicationService = coupanApplicationService;
 }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="coupanApplicationService"></param>
 public CoupanController(ICoupanApplicationService coupanApplicationService)
 {
     this._coupanApplicationService = coupanApplicationService;
 }