19626
2023-09-13 196df4d4bf1941546d349cadbf343655578ec280
1
2
3
4
5
6
7
8
9
10
11
public with sharing class lexAgencyHospitalLinkController {
    @AuraEnabled
    public static string initForCreateAgencyContact(String recordId){
        
        try {
            
        } catch (Exception e) {
            throw new AuraHandledException(e.getMessage());
        }
    }
}