Exemple #1
0
 public SleepEventRepository()
 {
     _dbContext = new SleepEventContext();
     _dbContext.SleepEvents.Load();
 }
Exemple #2
0
 public static void TestPrep()
 {
     application = Application.Launch(applicationPath);
     window      = application.GetWindow("MainWindow", InitializeOption.NoCache);
     context     = repo.Context();
 }