Beispiel #1
0
 public bool UpsertSellPrice(SellPriceManageVO manageVO)
 {
     return(dac.UpsertSellPrice(manageVO));
 }