Example #1
0
        public bool DelData(string ma)
        {
            bool isDeleted = ctMod.DelDataHangHoa(ma);

            if (isDeleted)
            {
                isDeleted = hhMod.DelData(ma);
            }
            return(isDeleted);
        }
Example #2
0
 public bool delData(string ma)
 {
     return(hhMod.DelData(ma));
 }