Example #1
0
 public DataTable ListarTodosFornecedores_porNome(object obj)
 {
     return(DaoFornecedor.ListarTodosFornecedores_porNome(obj));
 }