예제 #1
0
 public RegVendasService(SiteVendasContext context)
 {
     _context = context;
 }
예제 #2
0
 public VendedorService(SiteVendasContext context)
 {
     _context = context;
 }
예제 #3
0
 public SeedingService(SiteVendasContext context)
 {
     _context = context;
 }
 public DepartamentoService(SiteVendasContext context)
 {
     _context = context;
 }
예제 #5
0
 public DepartamentoesController(SiteVendasContext context)
 {
     _context = context;
 }