예제 #1
0
        public string AddCarRentalDetails(CarRentalEntity obj)
        {
            string      tranid      = "";
            DALSchedule objSchedule = new DALSchedule();

            tranid = objSchedule.AddCarRentalDeatails(obj);
            return(tranid);
        }