コード例 #1
0
 public AccountController(IFinancialAccountBL _finAccService, IAccountMemberBL _accMemService)
 {
     financialAccountBL = _finAccService;
     accountMemberBL    = _accMemService;
 }
コード例 #2
0
 public FinancialAccountController(IFinancialAccountBL _service)
 {
     financialAccountService = _service;
 }