Unit tests for #51

This commit is contained in:
Biarity
2019-01-18 20:45:38 +10:00
parent 6413f70385
commit 574538e7da
3 changed files with 45 additions and 1 deletions

View File

@@ -30,5 +30,7 @@ namespace SieveUnitTests.Entities
public string ThisHasNoAttributeButIsAccessible { get; set; }
public int OnlySortableViaFluentApi { get; set; }
public Comment TopComment { get; set; }
}
}