Example #1
0
 public static LeadData GetLeadInfo(string ticketId)
 {
     return(SearchLeadDal.GetLeadInfo(ticketId));
 }