I'm looking for a solution from a generic repository for a DAL with a generic Find method, so there is no redundancy in my code. Using ADO.NET and Procedures.
I found something on this link:
Generic Subscription:
List Selecionar(IEnumerable operadores);
But I did not quite understand how to work with this list of operators.
Since I will use Procedure passing the parameters to my Procedure, is there any practical way for me to pass the operators to my Procedure in a generic way using ADO.NET?