示例#1
0
 public bool ValidarExisteOrdenPAgo(int IdEmpresa, int IdTipoCbte, decimal IdCbteCble)
 {
     try
     {
         return(data.ValidarExisteOrdenPAgo(IdEmpresa, IdTipoCbte, IdCbteCble));
     }
     catch (Exception)
     {
         throw;
     }
 }