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