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

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