示例#1
0
 public VendasController(SGPVContext context)
 {
     _context = context;
 }
示例#2
0
 public PagamentosController(SGPVContext context)
 {
     _context = context;
 }
示例#3
0
 public ItemCompraController(SGPVContext context)
 {
     _context = context;
 }
示例#4
0
 public EstoquesController(SGPVContext context)
 {
     _context = context;
 }
示例#5
0
 public FornecedoresController(SGPVContext context)
 {
     _context = context;
 }
 public CategoriaFornecedoresController(SGPVContext context)
 {
     _context = context;
 }
示例#7
0
 public ProdutosController(SGPVContext context)
 {
     _context = context;
 }
示例#8
0
 public UsuariosController(SGPVContext context)
 {
     _context = context;
 }
示例#9
0
 public ItemVendaController(SGPVContext context)
 {
     _context = context;
 }