Beispiel #1
0
 public static bool UpdateSellChannelSttlIsOpen(string ID)
 {
     try
     {
         return(BillingDBHelper.UpdateSellChannelSttlIsOpen(ID));
     }
     catch
     {
         return(false);
     }
 }