public MoneyInfoRepository()

        {
            _dbContext = new MoneyInfoContext();
            _dbContext.MoneyInfo.Load();

            _dbContext.Goals.Load();
        }
예제 #2
0
 public static void TestPrep()
 {
     application = Application.Launch(applicationPath);
     window      = application.GetWindow("MainWindow", InitializeOption.NoCache);
     context     = repo.Context();
 }