Ejemplo n.º 1
0
 /// <summary>
 /// Get all CALLBACKPHONENUMBER Records from ORC
 /// </summary>
 public static List <TN> GetAllCALLBACKPHONENUMBERRecords(this ORC message)
 {
     return(message.GetAllRecords <TN>("CALLBACKPHONENUMBERRepetitionsUsed", "GetCALLBACKPHONENUMBER"));
 }