Exemple #1
0
        public Boolean CreateRoom(ref RoomBDO roomBDO, ref string message)
        {
            Boolean ret = false;

            ret = rDAO.CreateRoom(ref roomBDO, ref message);
            return(ret);
        }
 public static bool CreateRoom(Room r)
 {
     return(RoomDAO.CreateRoom(r));
 }