Esempio n. 1
0
 public AccountService(ICacheService cacheService, IAccountDao accountDao, AccountRowBuilder accountRowBuilder)
 {
     _cacheService      = cacheService;
     _accountDao        = accountDao;
     _accountRowBuilder = accountRowBuilder;
 }
Esempio n. 2
0
 public AccountService(ICacheService cacheService, IAccountDao accountDao, AccountRowBuilder accountRowBuilder)
 {
     _cacheService = cacheService;
     _accountDao = accountDao;
     _accountRowBuilder = accountRowBuilder;
 }