Ejemplo n.º 1
0
 public JsonResult GuestComing(string id)
 {
     _guestManager.MarkGuestAsComing(id);
     return(Json(new { success = true }));
 }