コード例 #1
0
 public VendedorServico(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ServicoDeEnvio(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
 public DepartamentosController(VendasWebMvcCloneContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ServicoDepartamento(VendasWebMvcCloneContext context)
 {
     _context = context;
 }