示例#1
0
 //public bool TraerDebito(Ccobro obj)
 //{
 //    return Cdatos_operaciones.TieneRecibo(obj);
 //}
 public bool TieneCredito(Cgasto obj)
 {
     return(Cdatos_operaciones.TieneCredito(obj));
 }