Пример #1
0
 public NotificationLinkRepository()
 {
     _databaseContext = new SeeYouDbContext();
 }
Пример #2
0
 public ReminderRepository()
 {
     _databaseContext = new SeeYouDbContext();
 }