adding group by test

This commit is contained in:
Alexandre SPIESER
2019-04-14 20:07:56 +01:00
parent 2207f2f1a1
commit 8ccced66ea
4 changed files with 91 additions and 6 deletions
@@ -82,6 +82,7 @@ namespace CoreIntegrationTests.Infrastructure
Children = new List<Child>();
}
public int GroupingKey { get; set; }
public string SomeContent { get; set; }
public string SomeContent4 { get; set; }
public string SomeContent5 { get; set; }