Пример #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 bool eventstypeDelete(int EventsTypeId)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeDelete( EventsTypeId);
 }
Пример #4
0
 public List<eventstype> eventstypeGetAll()
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeGetAll();
 }
Пример #5
0
 public int eventstypeAdd(eventstype eventstype)
 {
     eventstypeImpl oeventstypeImpl = new eventstypeImpl();
     return oeventstypeImpl.eventstypeAdd( eventstype);
 }