예제 #1
0
 public bool UpsertMaterialPrice(ProductPriceManageVO insertData)
 {
     return(dac.UpsertMaterialPrice(insertData));
 }