Beispiel #1
0
 public static string NPADETAILS_PURPOSEOFLOAN_GET(int Type)
 {
     try
     {
         return(CRBusinessLogicLayer.NPADETAILS_PURPOSEOFLOAN_GET(Convert.ToBoolean(Type)).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }