Showing related tags and posts accross the entire site.
-
I'm writing some code to get a list of entities that have been changed by the user, (as far as I am aware) I currently have to write a separate method for each Type I want to check (e.g. a method for Customer.HasDataChanged(), a method for Order.HasDataChanged()and a method for Product.HasDataChanged...