Ejemplo n.º 1
0
 public ProdutoesController(SistemaEstoqueWebContext context)
 {
     _context = context;
 }
 public UsuariosCadastroController(SistemaEstoqueWebContext context)
 {
     _context = context;
 }