Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EFAspNetUsersRepository"/> class.
 /// </summary>
 public EFAspNetUsersRepository()
 {
     this.context = new ScheduMailDBEntities();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EFWebSiteRepository"/> class.
 /// </summary>
 public EFWebSiteRepository()
 {
     this.context = new ScheduMailDBEntities();
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EFScheduleRepositary"/> class.
 /// </summary>
 public EFScheduleRepositary()
 {
     this.context = new ScheduMailDBEntities();
 }
Пример #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EFLogEventRepository"/> class.
 /// </summary>
 public EFLogEventRepository()
 {
     this.context = new ScheduMailDBEntities();
 }