コード例 #1
0
 public ChequeController(ICurrencyWordService wordService)
 {
     this.wordService = wordService;
 }
コード例 #2
0
ファイル: ChequeController.cs プロジェクト: glennz/ChequeApp
 public ChequeController(ICurrencyWordService wordService)
 {
     this.wordService = wordService;
 }