Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Created December 25, 2017 22:48
Show Gist options
  • Save bhdryrdm/a60e4499cf60ad7c3decbefc568e0904 to your computer and use it in GitHub Desktop.
Save bhdryrdm/a60e4499cf60ad7c3decbefc568e0904 to your computer and use it in GitHub Desktop.
[TestMethod]
public void ToList()
{
University university = new University();
List<Department> departmentList = university.Department.ToList();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment