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