public VendedorServico(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ServicoDeEnvio(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
 public DepartamentosController(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ServicoDepartamento(VendasWebMvcCloneContext context)
 {
     _context = context;
 }