version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have 2 entities in my app which (though they come from different tables) contain exactly the same fields.
BusinessChangesEntity bizEntity = new BusinessChangesEntity();
BusinessEntity bizEntity = new BusinessEntity();
Is there any way that I can pass these entities as interfaces, instead of their concerete classes?
many thanks,
yogi