[Hands-on Challenge] - Salesforce Create an Apex class that returns contacts based on incoming parameters. https://trailhead.salesforce.com/ko/content/learn/modules/apex_database/apex_database_soql Apex 기본 및 데이터베이스 Apex를 사용하여 Salesforce에서 비즈니스 로직을 추가하고 데이터를 조작해 보세요. trailhead.salesforce.com For this challenge, you will need to create a class that has a method accepting two strings. The method se..