Ejemplo n.º 1
0
 private void GetRequiredData()
 {
     _result   = _resultService.GetAllResultAccountsByYearAndPeriod(Convert.ToInt32(Dictionary["Year"]), Dictionary["Period"]);
     _budget   = _budgetService.GetAllBudgetAccountsByYearAndStatus(Convert.ToInt32(Dictionary["Year"]), Dictionary["UsedBudget"]);
     _accounts = _accountInfoService.GetAllAccountInfosByYear(Convert.ToInt32(Dictionary["Year"]));
 }