示例#1
0
 public List <Lote> getLoteList(int idArticle, int idCompany)
 {
     return(classNote.getLoteList(idArticle, idCompany));
 }