public DepartmentsController(MeuProjetoContext context)
 {
     _context = context;
 }
 public DepartmentService(MeuProjetoContext context)
 {
     _context = context;
 }
 public SalesRecordService(MeuProjetoContext context)
 {
     _context = context;
 }
 public SellerService(MeuProjetoContext context)
 {
     _context = context;
 }