Esempio n. 1
0
        public bool CreateRoom(ref Room room, ref string message)
        {
            RoomBDO roomBDO = new RoomBDO();

            TranslateRoomDTOtoRoomBDO(room, roomBDO);
            return(rLogic.CreateRoom(ref roomBDO, ref message));
        }