public SalesRecordsController(ProjetoWeb_SistemaDeVendasContext context)
 {
     _context = context;
 }
 public SeedingService(ProjetoWeb_SistemaDeVendasContext context)
 {
     _context = context;
 }
 public DepartmentsController(ProjetoWeb_SistemaDeVendasContext context)
 {
     _context = context;
 }