Created
April 16, 2020 20:00
-
-
Save enisn/367dbd90b51dd75527d11d9fc7c1a139 to your computer and use it in GitHub Desktop.
Challenge # 1 - Solution 1 - IFilterableType.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public interface IFilterableType | |
| { | |
| Expression BuildExpression(Expression expressionBody, PropertyInfo property, object value); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment