예제 #1
0
 public static string CheckChoosePucharArriveInfo(string SourceID, string BillCD)
 {
     try
     {
         return(BillingDBHelper.CheckChoosePucharArriveInfo(SourceID, BillCD));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }