public VendasController(SGPVContext context) { _context = context; }
public PagamentosController(SGPVContext context) { _context = context; }
public ItemCompraController(SGPVContext context) { _context = context; }
public EstoquesController(SGPVContext context) { _context = context; }
public FornecedoresController(SGPVContext context) { _context = context; }
public CategoriaFornecedoresController(SGPVContext context) { _context = context; }
public ProdutosController(SGPVContext context) { _context = context; }
public UsuariosController(SGPVContext context) { _context = context; }
public ItemVendaController(SGPVContext context) { _context = context; }