示例#1
0
 public IEnumerable <LaboratoryModel> Search(string q)
 {
     return(labService.SearchLaboratory(q));
 }