Example #1
0
        public DataTable RetornarObservacoesVenda(int iIDvenda)
        {
            relatorioBLL BRelatorio = new relatorioBLL();

            return(BRelatorio.RetornarObservacoesVenda(iIDvenda));
        }