Ejemplo n.º 1
0
        private TResponseDetails FetchAppointments()
        {
            var Request = AppointmentMapping();

            ErrorHandler.LogToFile("{0} :{1} :Starting Appointment request");

            var response = onlineClient.AppointmentRequest(Request);

            onlineBookingLogBLL.InsertOnlineServiceLog(Request, response, Saediclient.SaediId, Saediclient.onlinebookingSetting.OnlineBookingURL, response.RequestSuccess);
            return(response);
        }