Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Created December 25, 2017 22:24
Show Gist options
  • Save bhdryrdm/a93889b72a715dc5e19c6cab6e2c4611 to your computer and use it in GitHub Desktop.
Save bhdryrdm/a93889b72a715dc5e19c6cab6e2c4611 to your computer and use it in GitHub Desktop.
[TestMethod]
public void Insert()
{
University university = new University();
university.Department.Insert(new Department { DepartmentName = "Computer Engineering" });
university.PushToDB();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment