Beispiel #1
0
 public List <V_BomMaterial> GetBomoutDetail(string outno)
 {
     return(_BomRepository.GetBomoutDetail(outno));
 }