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