コード例 #1
0
 private DataSet SelecionarPessoas()
 {
     return(HelperDB.GetDataSet(oPessoaBLL.Select(), pessoa));
 }