Exemplo n.º 1
0
 public List <PhieuMuonDTO> SelectByKeyWord(string sKeyword)
 {
     return(phieuMuonDAL.SelectByKeyWord(sKeyword));
 }