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