public DepartmentsController(ProjetoVendasContext context)
 {
     _context = context;
 }
 public VendedorService(ProjetoVendasContext context)
 {
     _context = context;
 }
 public HistoricoDeVendaService(ProjetoVendasContext context)
 {
     _context = context;
 }
示例#4
0
 public DepartamentoService(ProjetoVendasContext context)
 {
     _context = context;
 }