Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UniversityDAO"/> class.
 /// </summary>
 public UniversityDAO()
 {
     this.context = new NaaEntities();
 }
Пример #2
0
 public ApplicationDAO()
 {
     this.context = new NaaEntities();
 }