예제 #1
0
 public AccountService(ICacheService cacheService, IAccountDao accountDao, AccountRowBuilder accountRowBuilder)
 {
     _cacheService      = cacheService;
     _accountDao        = accountDao;
     _accountRowBuilder = accountRowBuilder;
 }
예제 #2
0
 public AccountService(ICacheService cacheService, IAccountDao accountDao, AccountRowBuilder accountRowBuilder)
 {
     _cacheService = cacheService;
     _accountDao = accountDao;
     _accountRowBuilder = accountRowBuilder;
 }