Exemplo n.º 1
0
 public BoletoService(TerminalBusContext terminalBusContext, IHttpContextAccessor httpContextAccessor)
 {
     _terminalBusContext  = terminalBusContext;
     _httpContextAccessor = httpContextAccessor;
 }
Exemplo n.º 2
0
 public BusService(TerminalBusContext terminalBusContext)
 {
     _terminalBusContext = terminalBusContext;
 }
Exemplo n.º 3
0
 public ViajeService(TerminalBusContext terminalBusContext)
 {
     _terminalBusContext = terminalBusContext;
 }