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