ComputerService::ComputerService() { repo = ComputerRepository(); sortType = CID; sortOrder = ASCENDING; searchQuery = ""; }
ComputerServices::ComputerServices() { compRepo = ComputerRepository(); }
DbService::DbService() { scientistRepo = ScientistRepository(); computerRepo = ComputerRepository(); connectRepo = ConnectRepository(); }
ComputerService::ComputerService() { computerRepository = ComputerRepository(); }