Most of my entities ...(not all)... have two properties called ...CompanyId... and ...Deleted.... How would be possible to auto insert these two properties for all select requests instead of setting manually on every single query I have along the whole ap...