Exemplo n.º 1
0
    public List <AccaInfo> UpdateEventInfo(List <AccaInfo> eventsInfo)
    {
        AccaProcess bll = new AccaProcess();

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

        return(bll.GetCreditCardDetailsForScheduledEvents(eventDate));
    }