Beispiel #1
0
        public List <eventsdetection> eventsdetectionGetAll()
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionGetAll());
        }
Beispiel #2
0
        public bool eventsdetectionDelete(int eventsdetectionId)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionDelete(eventsdetectionId));
        }
Beispiel #3
0
        public eventsdetection eventsdetectionGetById()
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionGetById());
        }
Beispiel #4
0
        public bool eventsdetectionUpdate(eventsdetection eventsdetection)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionUpdate(eventsdetection));
        }
Beispiel #5
0
        public int eventsdetectionAdd(eventsdetection eventsdetection)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionAdd(eventsdetection));
        }
        public DataTable eventsdetectionGetAllByIDPSId(int idpsId)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionGetAllByIDPSId(idpsId));
        }
        public eventsdetection eventsdetectionGetById(int eventsDetectionId)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionGetById(eventsDetectionId));
        }
        public bool eventsdetectionUpdateStatus(int EventsDetectionId, int EventStatusId)
        {
            eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();

            return(oeventsdetectionImpl.eventsdetectionUpdateStatus(EventsDetectionId, EventStatusId));
        }