Example #1
0
 public GerarExtratoExternalService(BarDgContext barDgContext)
 {
     _barDgContext = barDgContext;
 }
Example #2
0
 public ComandaController(BarDgContext barDgContext, IMediator mediator)
 {
     _barDgContext = barDgContext;
     _mediator     = mediator;
 }
Example #3
0
 public ListarItensMenuExternalService(BarDgContext barDgContext)
 {
     _barDgContext = barDgContext;
 }
 public ItemCompradoExternalService(BarDgContext barDgContext)
 {
     _barDgContext = barDgContext;
 }
 public ResetarComandaExternalService(BarDgContext barDgContext)
 {
     _barDgContext = barDgContext;
 }