public List <AccaInfo> UpdateEventInfo(List <AccaInfo> eventsInfo) { AccaProcess bll = new AccaProcess(); return(bll.UpdateEventInfo(eventsInfo)); }
public List <AccaInfo> GetCreditCardDetailsForScheduledEvents(DateTime eventDate) { AccaProcess bll = new AccaProcess(); return(bll.GetCreditCardDetailsForScheduledEvents(eventDate)); }