Hi Guys,
Is it possible to create a generic repository for 10 tables? For example example, if I pass a parameter tableid=1, then, the
table that I am accessing is table1. I am using EF and LINQ.
Is it possible to create a generic repository for 10 tables? For example example, if I pass a parameter tableid=1, then, the
table that I am accessing is table1. I am using EF and LINQ.