Ejemplo n.º 1
0
        public static bool Sua(ref string thongDiep, ToInMayDigi toInMayDigi)
        {
            var toInMayDigiLogic = new ToInMayDigiLogic();
            var itemBDO          = new ToInMayDigiBDO();

            ChuyenDTOThanhBDO(toInMayDigi, itemBDO);
            return(toInMayDigiLogic.Sua(ref thongDiep, itemBDO));
        }