Esempio n. 1
0
        public static bool SeatingChartExistHaveUsed(string szSeatingChartId)
        {
            SeatingchartDbo dbo = new SeatingchartDbo();

            return(dbo.CheckExistByIdHaveUsed(szSeatingChartId));
        }