コード例 #1
0
 public bool IsBomExists(int productIDNum)
 {
     return(dac.IsBomExists(productIDNum));
 }