Beispiel #1
0
 public string AddBomOrder(BomOrder model)
 {
     return(_BomRepository.AddBomOrder(model));
 }