Ejemplo n.º 1
0
 public static string RECOVERYBILLS_LIST_GET(int NPAID)
 {
     try
     {
         return(CRBusinessLogicLayer.RECOVERYBILLS_LIST_GET(NPAID).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }