Beispiel #1
0
 public List <V_BomOrderDropList> GetBomOrderDropList(int supplieId)
 {
     return(_BomRepository.GetBomOrderDropList(supplieId));
 }