Beispiel #1
0
 public bool InsertProducts(ProductInsertVO InsertData, char IsBomCopy)
 {
     return(dac.InsertProducts(InsertData, IsBomCopy));
 }