Esempio n. 1
0
 public TransferEventHandler(ITransferRepositoy repo)
 {
     //inject bus send more command -> notification
     _repo = repo;
 }
 public TransferService(ITransferRepositoy repo, IEventBus bus)
 {
     _repo = repo;
     _bus  = bus;
 }