示例#1
0
 public List <ThuocDTO> selectByKeyWord(string sKeyword)
 {
     return(thDAL.selectByKeyWord(sKeyword));
 }