/// <summary> /// Initializes a new instance of the <see cref="UniversityDAO"/> class. /// </summary> public UniversityDAO() { this.context = new NaaEntities(); }
public ApplicationDAO() { this.context = new NaaEntities(); }