public AccountController(IFinancialAccountBL _finAccService, IAccountMemberBL _accMemService)
 {
     financialAccountBL = _finAccService;
     accountMemberBL    = _accMemService;
 }
Beispiel #2
0
 public FinancialAccountController(IFinancialAccountBL _service)
 {
     financialAccountService = _service;
 }