Пример #1
0
 public ProductVO GetProduct(int work_order_no)
 {
     return(dac.GetProduct(work_order_no));
 }