Ejemplo n.º 1
0
 public bool Update(MechTech.Entities.CBODTO CBO)
 {
     return(base.Channel.Update(CBO));
 }
Ejemplo n.º 2
0
 public int Insert(MechTech.Entities.CBODTO CBO)
 {
     return(base.Channel.Insert(CBO));
 }