Beispiel #1
0
 public ReturnValue SaveBom(string type, int id, int?parent_Id, string material, string cate, double amount, string remark, string version)
 {
     return(_BomRepository.SaveBom(type, id, parent_Id, material, cate, amount, remark, version));
 }