public AlugarJogoService(IAlugadoDao alugadoDao, ISender sender) { _alugadoDao = alugadoDao; _sender = sender; this.TopicName = UtilitiesConfig.GetAppSetting("AlugarJogoTopic"); }
public DevolverJogoService(IAlugadoDao alugadoDao) { _alugadoDao = alugadoDao; }