Ejemplo n.º 1
0
 public static string CheckChooseSellInfo(string SourceID, string BillCD)
 {
     try
     {
         return(BillingDBHelper.CheckChooseSellInfo(SourceID, BillCD));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }