Example #1
0
 public RateioAutomaticoController(IRateioAutomaticoAppService rateioAutomaticoAppService,
                                   ITipoRateioAppService tipoRateioAppService,
                                   MessageQueue messageQueue)
     : base(messageQueue)
 {
     this.rateioAutomaticoAppService = rateioAutomaticoAppService;
     this.tipoRateioAppService       = tipoRateioAppService;
 }
Example #2
0
 public TipoRateioController(ITipoRateioAppService tipoRateioAppService,
                             MessageQueue messageQueue)
     : base(messageQueue)
 {
     this.tipoRateioAppService = tipoRateioAppService;
 }