Exemple #1
0
 public System.Collections.Generic.List <Hersan.Entidades.Nomina.PrestamosBE> NOM_Prestamos_Consulta(Hersan.Entidades.Nomina.PrestamosBE item)
 {
     return(base.Channel.NOM_Prestamos_Consulta(item));
 }
Exemple #2
0
 public int NOM_Prestamos_Guardar(Hersan.Entidades.Nomina.PrestamosBE Obj, System.Data.DataTable Detalle)
 {
     return(base.Channel.NOM_Prestamos_Guardar(Obj, Detalle));
 }