예제 #1
0
 public object GetOneBom(int bomid, int amount)
 {
     return(_BomRepository.GetOneBom(bomid, amount));
 }