Esempio n. 1
0
        }     //end method SetRoomState

        public int GetNewIndentity()
        {
            try
            {
                return(phongDAO.GetLastIdentity() + 1);
            }
            catch (Exception e)
            {
                throw e;
            }
        }