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