Beispiel #1
0
        public ActionResult GetGuestInfo(string OracleId)
        {
            GuestService guestService = new GuestService();

            return(Json(guestService.GetGuestInfo(OracleId), JsonRequestBehavior.AllowGet));
        }