Пример #1
0
 public bool InsertMaterialPrice(ProductPriceManageVO InsertData)
 {
     return(dac.InsertMaterialPrice(InsertData));
 }