コード例 #1
0
 public bool eventsdetectionUpdateStatus(int EventsDetectionId, int EventStatusId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdateStatus(EventsDetectionId, EventStatusId);
 }
コード例 #2
0
 public bool eventsdetectionUpdate(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionUpdate( eventsdetection);
 }
コード例 #3
0
 public eventsdetection eventsdetectionGetById(int eventsDetectionId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetById(eventsDetectionId);
 }
コード例 #4
0
 public DataTable eventsdetectionGetAllByIDPSId(int idpsId)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAllByIDPSId(idpsId);
 }
コード例 #5
0
 public List<eventsdetection> eventsdetectionGetAll()
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionGetAll();
 }
コード例 #6
0
 public int eventsdetectionAdd(eventsdetection eventsdetection)
 {
     eventsdetectionImpl oeventsdetectionImpl = new eventsdetectionImpl();
     return oeventsdetectionImpl.eventsdetectionAdd( eventsdetection);
 }