Esempio n. 1
0
        public static int bookaroom(string name, string email, string phone, string checkin, string checkout, string comment, int roomid)
        {
            myDAL obj = new myDAL();

            return(obj.bookaroom(name, email, phone, checkin, checkout, comment, roomid));
        }