Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef685347b3 |
@@ -1,6 +1,7 @@
|
|||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
|
// I've added a comment
|
||||||
TestClassRepo repo = new();
|
TestClassRepo repo = new();
|
||||||
|
|
||||||
var test = repo.Get(_ => _.Name == "Test" || _.Id == "TestId2");
|
var test = repo.Get(_ => _.Name == "Test" || _.Id == "TestId2");
|
||||||
|
|||||||
Reference in New Issue
Block a user