コード例 #1
0
 public bool eventstypeUpdate(eventstype eventstype)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeUpdate( eventstype);
 }
コード例 #2
0
 public eventstype eventstypeGetById(int EventsTypeId)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeGetById(EventsTypeId);
 }
コード例 #3
0
 public List<eventstype> eventstypeGetByDescription(string description)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeGetByDescription(description);
 }
コード例 #4
0
 public List<eventstype> eventstypeGetAll()
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeGetAll();
 }
コード例 #5
0
 public bool eventstypeDelete(int EventsTypeId)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeDelete( EventsTypeId);
 }
コード例 #6
0
 public int eventstypeAdd(eventstype eventstype)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeAdd( eventstype);
 }