Exemplo n.º 1
0
 public bool AddToFavorite(string id)
 {
     return(UserFavoroiteDBDAL.AddUserFavorite(new Event(TicketMasterApiAppDAL.GetEventById(id)), User.Identity.Name));
 }
Exemplo n.º 2
0
 public ActionResult EventById(string id)
 {
     return(View(TicketMasterApiAppDAL.GetEventById(id)));
 }