Example #1
0
 public DataTable ItensProdutos_ViewLotesPorDescricao(string _descricao)
 {
     ITEMPRODUTOTableAdapter item = new ITEMPRODUTOTableAdapter();
     DataTable tabela =  item.ViewLotesPorDescricao(_descricao);
     return tabela;
 }