Esempio n. 1
0
 public System.Collections.Generic.List <Hersan.Entidades.Inyeccion.InyeccionDetalleBE> PRO_Inyeccion_Obtener(Hersan.Entidades.Inyeccion.InyeccionBE Obj)
 {
     return(base.Channel.PRO_Inyeccion_Obtener(Obj));
 }
Esempio n. 2
0
 public int PRO_Inyeccion_Guardar(Hersan.Entidades.Inyeccion.InyeccionBE Obj, System.Data.DataTable Detalle)
 {
     return(base.Channel.PRO_Inyeccion_Guardar(Obj, Detalle));
 }