Beispiel #1
0
 public bool DeleteBomOrder(string no)
 {
     return(_BomRepository.DeleteBomOrder(no));
 }