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