public bool sua(ThuocDTO th, string maThuocold) { bool re = thDAL.sua(th, maThuocold); return(re); }
public bool sua(ThuocDTO lb) { bool re = bdal.sua(lb); return(re); }