Example #1
0
        public List <eventstype> eventstypeGetAll()
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeGetAll());
        }
Example #2
0
        public eventstype eventstypeGetById(int EventsTypeId)
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeGetById(EventsTypeId));
        }
Example #3
0
        public bool eventstypeDelete(int EventsTypeId)
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeDelete(EventsTypeId));
        }
Example #4
0
        public bool eventstypeUpdate(eventstype eventstype)
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeUpdate(eventstype));
        }
Example #5
0
        public int eventstypeAdd(eventstype eventstype)
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeAdd(eventstype));
        }
Example #6
0
        public List <eventstype> eventstypeGetByDescription(string description)
        {
            eventstypeImpl oeventstypeImpl = new eventstypeImpl();

            return(oeventstypeImpl.eventstypeGetByDescription(description));
        }