Exemplo n.º 1
0
        public BudgetViewModel()
        {
            _statisticsManager = App.Container.GetInstance <IStatisticsManager>();

            Budget = _statisticsManager.GetBudgetStatistics(_dataContext.Operations.Collection.Where(x => x.Type == OperationType.Expense && x.Account.Id == _options.Account.Id));
        }