Example #1
0
 public List <string> GetProviderLikeName(string providerName)
 {
     return(providerDataAccess.GetProviderLikeName(providerName));
 }