예제 #1
0
 public LedgerController(ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService)
     : base(userProfileService)
 {
     _ledgerService = ledgerService;
     _ledgerTypeService = ledgerTypeService;
 }
예제 #2
0
 public LedgerController(ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService)
     : base(userProfileService)
 {
     _ledgerService     = ledgerService;
     _ledgerTypeService = ledgerTypeService;
 }