C# property exactly the same, defined in two places
- by Sarah Vessels
I have the following classes:
Defect - represents a type of data that can be found in a database
FilterQuery - provides a way of querying the database by setting simple Boolean filters
Both Defect and FilterQuery implement the same interface: IDefectProperties. This interface specifies particular fields that are in the database. Different…