Example #1
0
 public ReturnValue SaveChildBom(string type, int id, int?parent_Id, int childbom, string remark)
 {
     return(_BomRepository.SaveChildBom(type, id, parent_Id, childbom, remark));
 }