예제 #1
0
 public static string NPADETAILS_BY_BANK_BRANCH(string BANK, string BRANCH)
 {
     try
     {
         return(CRBusinessLogicLayer.NPADETAILS_BY_BANK_BRANCH(BANK, BRANCH).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }