public bool xoa(ThuocDTO th) { bool re = thDAL.xoa(th); return(re); }
public bool xoa(ThuocDTO lb) { bool re = bdal.xoa(lb); return(re); }