예제 #1
0
 public int GetPartsRecordCount(string PRODUCT_CODE)
 {
     return(dal.GetPartsRecordCount(PRODUCT_CODE));
 }