示例#1
0
 public GetMoneyCommandHandler(IMoneyInfoRepository rep,
                               IMoneyRedisRepository moneyRedis, IBusControl busCtl)
 {
     _moneyRepository = rep;
     _redis           = moneyRedis;
     _busCtl          = busCtl;
 }
 public MoneyCmdHandler(IMoneyRedisRepository MoneyRedisRep, IMoneyInfoRepository MoneyRep, IBusControl busCtl)
 {
     _moneyRedisRep = MoneyRedisRep;
     _moneyRep      = MoneyRep;
     _busCtl        = busCtl;
 }