示例#1
0
 public List<vEP_PAA_UNSPSC> GetProductos(int ID)
 {
     PaaBLL obj = new PaaBLL();
     return obj.GetProductosPAA(ID);
 }