Ejemplo n.º 1
0
 public string Search(string kq, List <DTO_Phong> lsobj)
 {
     return(dal.search(kq, lsobj));
 }