Ejemplo n.º 1
0
 public int doInsertPlace(UKM.CrudCaptain.Place acc)
 {
     return(base.Channel.doInsertPlace(acc));
 }
Ejemplo n.º 2
0
 public int doUpdatePlace(UKM.CrudCaptain.Place acc)
 {
     return(base.Channel.doUpdatePlace(acc));
 }