Example #1
0
 public string GetSymptomIdBySymptom(string likeSymptom)
 {
     return(_objSearchDal.GetSymptomIdBySymptom(likeSymptom));
 }