This commit is contained in:
2026-04-20 05:16:12 -05:00
parent daa6df7a20
commit ef685347b3
+1
View File
@@ -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");