Esempio n. 1
0
 public static bool UpdateCust(SubSellCustInfoModel model)
 {
     return(SubSellOrderDBHelper.UpdateCust(model));
 }