public VendedorServico(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ServicoDeEnvio(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
 public DepartamentosController(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public ServicoDepartamento(VendasWebMvcCloneContext context)
 {
     _context = context;
 }