Esempio n. 1
0
 public List <V_OPEN_QTY_SO_RDC> GetOpenRDCData(string partNo)
 {
     return(dal.GetOpenRDCData(partNo));
 }