Ejemplo n.º 1
0
 //COMPROBACIONES EN BD
 public bool TieneCobro(Crecibo_debito obj)
 {
     return(Cdatos_operaciones.TieneCobro(obj));
 }